ubuntu build
This commit is contained in:
parent
7ab5ab7fc2
commit
5e0854c2de
1 changed files with 3 additions and 1 deletions
|
@ -89,8 +89,10 @@ if [ $is_linux = true ]; then
|
||||||
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
|
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
|
||||||
chmod +x appimagetool-*.AppImage
|
chmod +x appimagetool-*.AppImage
|
||||||
|
|
||||||
|
VERSION=1.0
|
||||||
|
|
||||||
./appimagetool-*.AppImage -s deploy AppDir/usr/share/applications/*.desktop
|
./appimagetool-*.AppImage -s deploy AppDir/usr/share/applications/*.desktop
|
||||||
VERSION=1.0 ./appimagetool-*.AppImage ./AppDir
|
./appimagetool-*.AppImage ./AppDir
|
||||||
|
|
||||||
# Rename AppImaage.
|
# Rename AppImaage.
|
||||||
set -- R*.AppImage
|
set -- R*.AppImage
|
||||||
|
|
Loading…
Add table
Reference in a new issue