mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 01:45:40 +01:00
Compare commits
5 Commits
558122b662
...
827d5ac1ec
Author | SHA1 | Date | |
---|---|---|---|
|
827d5ac1ec | ||
|
a70a5c6ab2 | ||
|
3e152a96dc | ||
|
c30b97e55b | ||
|
cbc10e0a2f |
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -102,6 +102,19 @@ jobs:
|
||||
if: contains(matrix.runtime, 'arm64')
|
||||
run: yarn run build:arm64
|
||||
|
||||
- name: Convert X64 AppImage to static runtime
|
||||
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
|
||||
run: |
|
||||
sudo apt install desktop-file-utils
|
||||
cd build
|
||||
appimage="FreeTube-${{ steps.versionNumber.outputs.result }}.AppImage"
|
||||
wget "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage" -O ./appimagetool.AppImage
|
||||
chmod +x ./"$appimage" ./appimagetool.AppImage
|
||||
./"$appimage" --appimage-extract && rm -f ./"$appimage"
|
||||
./appimagetool.AppImage --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 20 \
|
||||
-n ./squashfs-root ./"$appimage"
|
||||
rm -rf ./squashfs-root ./appimagetool.AppImage
|
||||
|
||||
- name: Upload Linux .zip x64 Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
|
||||
|
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -73,6 +73,19 @@ jobs:
|
||||
if: contains(matrix.runtime, 'arm64')
|
||||
run: yarn run build:arm64
|
||||
|
||||
- name: Convert X64 AppImage to static runtime
|
||||
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
|
||||
run: |
|
||||
sudo apt install desktop-file-utils
|
||||
cd build
|
||||
appimage="FreeTube-${{ steps.versionNumber.outputs.result }}.AppImage"
|
||||
wget "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage" -O ./appimagetool.AppImage
|
||||
chmod +x ./"$appimage" ./appimagetool.AppImage
|
||||
./"$appimage" --appimage-extract && rm -f ./"$appimage"
|
||||
./appimagetool.AppImage --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 20 \
|
||||
-n ./squashfs-root ./"$appimage"
|
||||
rm -rf ./squashfs-root ./appimagetool.AppImage
|
||||
|
||||
- name: Upload AppImage x64 Release
|
||||
uses: actions/upload-release-asset@v1
|
||||
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
|
||||
|
@ -686,20 +686,23 @@ Channel:
|
||||
Shorts:
|
||||
This channel does not currently have any shorts: ''
|
||||
Live:
|
||||
Live: ''
|
||||
This channel does not currently have any live streams: ''
|
||||
Live: 'Regstreeks'
|
||||
This channel does not currently have any live streams: 'Hierdie kanaal het tans
|
||||
geen rekstreekse stromings nie'
|
||||
Playlists:
|
||||
Playlists: ''
|
||||
This channel does not currently have any playlists: ''
|
||||
Playlists: 'Afspeellyste'
|
||||
This channel does not currently have any playlists: 'Hierdie kanaal het tans geen
|
||||
afspeellyste nie'
|
||||
Sort Types:
|
||||
Last Video Added: ''
|
||||
Newest: ''
|
||||
Oldest: ''
|
||||
Last Video Added: 'Laaste toegevoegde video'
|
||||
Newest: 'Nuutste'
|
||||
Oldest: 'Oudste'
|
||||
Podcasts:
|
||||
Podcasts: ''
|
||||
This channel does not currently have any podcasts: ''
|
||||
Podcasts: 'Podsendings'
|
||||
This channel does not currently have any podcasts: 'Hierdie kanaal het tans geen
|
||||
podsendings nie'
|
||||
Releases:
|
||||
Releases: ''
|
||||
Releases: 'Vrystellings'
|
||||
This channel does not currently have any releases: 'Hierdie kanaal het nie tans
|
||||
enige vrystellings nie'
|
||||
About:
|
||||
|
Loading…
Reference in New Issue
Block a user