Compare commits
No commits in common. "61dbf9290997d4db57c5f9d1bd3ed20e3e3a9a0b" and "ceb5c53229e0ccdc749bf459176d25a2cd2746e9" have entirely different histories.
61dbf92909
...
ceb5c53229
16
.github/workflows/nightly.yml
vendored
16
.github/workflows/nightly.yml
vendored
@ -48,6 +48,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
cache: true
|
||||||
- run: |
|
- run: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y ninja-build libgtk-3-dev
|
sudo apt-get install -y ninja-build libgtk-3-dev
|
||||||
@ -64,18 +65,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-output-linux
|
name: build-output-linux
|
||||||
path: build/linux/x64/release/bundle
|
path: build/linux/x64/release/bundle
|
||||||
- name: Build AppImage
|
|
||||||
run: |
|
|
||||||
rm -r Solian.AppDir | true
|
|
||||||
mkdir Solian.AppDir
|
|
||||||
cp -r build/linux/x64/release/bundle/* Solian.AppDir
|
|
||||||
cp -r buildtools/appimage_config/* Solian.AppDir
|
|
||||||
cp assets/icon/icon-light-radius.png Solian.AppDir
|
|
||||||
sudo chmod +x buildtools/appimagetool-x86_64.AppImage
|
|
||||||
sudo chmod +x Solian.AppDir/AppRun
|
|
||||||
./buildtools/appimagetool-x86_64.AppImage Solian.AppDir
|
|
||||||
- name: Archive production artifacts
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: build-output-linux-appimage
|
|
||||||
path: './*.AppImage*'
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
|
||||||
exec ./surface
|
|
@ -1,8 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
Name=Solian
|
|
||||||
Exec=surface %u
|
|
||||||
Icon=icon-light-radius
|
|
||||||
Categories=Network;
|
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user