Fix fpmbundle script

loading-screen
Noah 2021-06-20 14:40:23 -07:00
parent 99c93dc174
commit 78f9d0dbfa
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
# fpm-bundle: create bundles for the app.
# Add the user-level "gem install fpm" to the $PATH.
# Might need fixing over time.
export PATH="$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin"
VERSION=`egrep -e 'Version\s+=' ../../pkg/branding/branding.go | head -n 1 | cut -d '"' -f 2`
INSTALL_ROOT="/opt/sketchy-maze"
LAUNCHER_FILE="../../etc/linux/net.kirsle.ProjectDoodle.desktop"