Skip to content

Commit

Permalink
fix: avoid app directory on appimage build
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jan 10, 2024
1 parent 9265ba4 commit f1154cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linux/pack-appimage.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

pack_arch() {
cd /opt/nuga/app || exit 1
cd /opt/nuga || exit 1
make "AppDir/$1"
cd /opt/nuga/build/bin/ || exit 1
appimage-builder
Expand Down

0 comments on commit f1154cd

Please sign in to comment.