This commit is contained in:
parent
a795a79fd0
commit
4e01535422
@ -62,12 +62,12 @@ jobs:
|
|||||||
chmod 755 appimagetool-x86_64.AppImage
|
chmod 755 appimagetool-x86_64.AppImage
|
||||||
./appimagetool-x86_64.AppImage --appimage-extract
|
./appimagetool-x86_64.AppImage --appimage-extract
|
||||||
cp squashfs-root/usr/bin/* /usr/local/bin/
|
cp squashfs-root/usr/bin/* /usr/local/bin/
|
||||||
cp chawan.desktop AppDir
|
cp ../chawan.desktop AppDir
|
||||||
cp icon.png AppDir
|
cp ../icon.png AppDir
|
||||||
cd AppDir
|
cd AppDir
|
||||||
ln -s usr/bin/cha AppRun
|
ln -s usr/bin/cha AppRun
|
||||||
cd ..
|
cd ../..
|
||||||
appimagetool AppDir
|
appimagetool chawan/AppDir
|
||||||
mv Chawan-x86_64.AppImage "Chawan-x86_64-$(git rev-parse --short HEAD).AppImage"
|
mv Chawan-x86_64.AppImage "Chawan-x86_64-$(git rev-parse --short HEAD).AppImage"
|
||||||
echo "filename=Chawan-x86_64-$(git rev-parse --short HEAD).AppImage" >> $GITHUB_OUTPUT
|
echo "filename=Chawan-x86_64-$(git rev-parse --short HEAD).AppImage" >> $GITHUB_OUTPUT
|
||||||
- name: Publish AppImage
|
- name: Publish AppImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user