mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: deps installation (maybe)
This commit is contained in:
parent
543eb100e0
commit
f8bafc3f95
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "${PWD}:/build"
|
--volume "${PWD}:/build"
|
||||||
run: apt update && \
|
run: apt update && \
|
||||||
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 && \
|
apt-get install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 && \
|
||||||
cd /build && \
|
cd /build && \
|
||||||
./pkg2appimage/pkg2appimage lune.yml && \
|
./pkg2appimage/pkg2appimage lune.yml && \
|
||||||
mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage
|
mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage
|
||||||
|
|
Loading…
Reference in a new issue