From 78f9d0dbfaabb8046066d94ce18af428f681c8a2 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 20 Jun 2021 14:40:23 -0700 Subject: [PATCH] Fix fpmbundle script --- scripts/fpm-bundle.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/fpm-bundle.sh b/scripts/fpm-bundle.sh index e81003a..e6d3a04 100755 --- a/scripts/fpm-bundle.sh +++ b/scripts/fpm-bundle.sh @@ -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"