Project restart
This commit is contained in:
12
package/appimage/build.sh
Executable file
12
package/appimage/build.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
export APP_VERSION=$(<../../src/VERSION)
|
||||
|
||||
appimage-builder --recipe AppImageBuilder.yml
|
||||
|
||||
RESULT=$?
|
||||
if [ -n "$1" ] && [ "$1" = "install" ]; then
|
||||
if [ $RESULT -eq 0 ]; then
|
||||
install -v "testium-${APP_VERSION}-x86_64.AppImage" "${HOME}/.local/bin/testium"
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user