Update -, build.yml, and 3 more files...
This commit is contained in:
parent
5dd1ed2415
commit
88117cb360
|
@ -32,89 +32,89 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_linux_portable_x64
|
name: freetube_0.8.0_linux_portable_x64
|
||||||
path: build/freetube-vue-0.8.0.zip
|
path: build/freetube-0.8.0.zip
|
||||||
- name: Upload Linux .zip ARM Artifact
|
- name: Upload Linux .zip ARM Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_linux_portable_arm64
|
name: freetube_0.8.0_linux_portable_arm64
|
||||||
path: build/freetube-vue-0.8.0-arm64.zip
|
path: build/freetube-0.8.0-arm64.zip
|
||||||
- name: Upload .deb x64 Artifact
|
- name: Upload .deb x64 Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_amd64.deb
|
name: freetube_0.8.0_amd64.deb
|
||||||
path: build/freetube-vue_0.8.0_amd64.deb
|
path: build/freetube_0.8.0_amd64.deb
|
||||||
- name: Upload .deb ARM Artifact
|
- name: Upload .deb ARM Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_arm64.deb
|
name: freetube_0.8.0_arm64.deb
|
||||||
path: build/freetube-vue_0.8.0_arm64.deb
|
path: build/freetube_0.8.0_arm64.deb
|
||||||
- name: Upload AppImage x64 Artifact
|
- name: Upload AppImage x64 Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_amd64.AppImage
|
name: freetube_0.8.0_amd64.AppImage
|
||||||
path: build/FreeTube-Vue-0.8.0.AppImage
|
path: build/freetube-0.8.0.AppImage
|
||||||
- name: Upload AppImage ARM Artifact
|
- name: Upload AppImage ARM Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_arm64.AppImage
|
name: freetube_0.8.0_arm64.AppImage
|
||||||
path: build/FreeTube-Vue-0.8.0-arm64.AppImage
|
path: build/freetube-0.8.0-arm64.AppImage
|
||||||
- name: Upload .rpm x64 Artifact
|
- name: Upload .rpm x64 Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_amd64.rpm
|
name: freetube_0.8.0_amd64.rpm
|
||||||
path: build/freetube-vue-0.8.0.x86_64.rpm
|
path: build/freetube-0.8.0.x86_64.rpm
|
||||||
- name: Upload .rpm ARM Artifact
|
- name: Upload .rpm ARM Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_arm64.rpm
|
name: freetube_0.8.0_arm64.rpm
|
||||||
path: build/freetube-vue-0.8.0.arm64.rpm
|
path: build/freetube-0.8.0.arm64.rpm
|
||||||
- name: Upload Alpine .apk x64 Artifact
|
- name: Upload Alpine .apk x64 Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_alpine_amd64.apk
|
name: freetube_0.8.0_alpine_amd64.apk
|
||||||
path: build/freetube-vue-0.8.0.apk
|
path: build/freetube-0.8.0.apk
|
||||||
- name: Upload Alpine .apk ARM Artifact
|
- name: Upload Alpine .apk ARM Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_alpine_arm64.apk
|
name: freetube_0.8.0_alpine_arm64.apk
|
||||||
path: build/freetube-vue-0.8.0-arm64.apk
|
path: build/freetube-0.8.0-arm64.apk
|
||||||
- name: Upload Web Build
|
- name: Upload Web Build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue_0.8.0_static_web
|
name: freetube_0.8.0_static_web
|
||||||
path: dist/web
|
path: dist/web
|
||||||
- name: Upload Windows .exe Artifact
|
- name: Upload Windows .exe Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue-0.8.0-win-x64-portable
|
name: freetube-0.8.0-win-x64-portable
|
||||||
path: build/FreeTube-Vue-0.8.0-win.zip
|
path: build/freetube-0.8.0-win.zip
|
||||||
- name: Upload Windows .zip Artifact
|
- name: Upload Windows .zip Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue-0.8.0-setup-x64.exe
|
name: freetube-0.8.0-setup-x64.exe
|
||||||
path: build/FreeTube-Vue Setup 0.8.0.exe
|
path: build/freetube Setup 0.8.0.exe
|
||||||
- name: Upload Windows Portable Artifact
|
- name: Upload Windows Portable Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue-0.8.0-portable-x64.exe
|
name: freetube-0.8.0-portable-x64.exe
|
||||||
path: build/FreeTube-Vue 0.8.0.exe
|
path: build/freetube 0.8.0.exe
|
||||||
- name: Upload Mac .dmg Artifact
|
- name: Upload Mac .dmg Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
with:
|
with:
|
||||||
name: freetube-vue-0.8.0-mac.dmg
|
name: freetube-0.8.0-mac.dmg
|
||||||
path: build/FreeTube-Vue-0.8.0.dmg
|
path: build/freetube-0.8.0.dmg
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "freetube-vue",
|
"name": "freetube",
|
||||||
"version": "0.8.0",
|
"version": "0.8.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
|
|
@ -105,12 +105,12 @@
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"main": "./dist/main.js",
|
"main": "./dist/main.js",
|
||||||
"name": "freetube-vue",
|
"name": "freetube",
|
||||||
"private": true,
|
"private": true,
|
||||||
"productName": "FreeTube-Vue",
|
"productName": "FreeTube",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/FreeTubeApp/FreeTube-Vue.git"
|
"url": "git+https://github.com/FreeTubeApp/FreeTube.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "run-s rebuild:electron pack build-release",
|
"build": "run-s rebuild:electron pack build-release",
|
||||||
|
|
|
@ -46,7 +46,7 @@ const state = {
|
||||||
autoplayPlaylists: true,
|
autoplayPlaylists: true,
|
||||||
playNextVideo: false,
|
playNextVideo: false,
|
||||||
enableSubtitles: true,
|
enableSubtitles: true,
|
||||||
forceLocalBackendForLegacy: true,
|
forceLocalBackendForLegacy: false,
|
||||||
proxyVideos: false,
|
proxyVideos: false,
|
||||||
defaultTheatreMode: false,
|
defaultTheatreMode: false,
|
||||||
defaultVolume: 1,
|
defaultVolume: 1,
|
||||||
|
|
Loading…
Reference in New Issue