Compare commits
1 Commits
6852a933da
...
f6a7ca7df6
Author | SHA1 | Date | |
---|---|---|---|
f6a7ca7df6
|
@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
pip3 install git+https://github.com/Boria138/appimage-builder.git
|
pip3 install git+https://github.com/Frederic98/appimage-builder.git
|
||||||
pip3 install uv
|
pip3 install uv
|
||||||
|
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
pip3 install git+https://github.com/Boria138/appimage-builder.git
|
pip3 install git+https://github.com/Frederic98/appimage-builder.git
|
||||||
pip3 install uv
|
pip3 install uv
|
||||||
|
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
|
@ -72,7 +72,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
pip3 install git+https://github.com/Boria138/appimage-builder.git
|
pip3 install git+https://github.com/Frederic98/appimage-builder.git
|
||||||
pip3 install uv
|
pip3 install uv
|
||||||
|
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
|
@ -82,4 +82,5 @@ AppDir:
|
|||||||
PERLLIB: '${APPDIR}/usr/share/perl5:${APPDIR}/usr/lib/x86_64-linux-gnu/perl/5.34:${APPDIR}/usr/share/perl/5.34'
|
PERLLIB: '${APPDIR}/usr/share/perl5:${APPDIR}/usr/lib/x86_64-linux-gnu/perl/5.34:${APPDIR}/usr/share/perl/5.34'
|
||||||
AppImage:
|
AppImage:
|
||||||
sign-key: None
|
sign-key: None
|
||||||
|
comp: gzip
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
|
Reference in New Issue
Block a user