Skip to content

Commit

Permalink
Fix installation script not removing files removed from app when upda…
Browse files Browse the repository at this point in the history
…ting Genius
  • Loading branch information
F1248 committed Jan 8, 2025
1 parent 836d04b commit affc8b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ curl --silent --remote-name --location https://nightly.link/F1248/Genius/workflo

echo "Installing..."
unzip -q -o Genius.zip
unzip -q -o Genius.zip
rm -r -f Genius.app
unzip -q Genius.zip
if [ ! -e /System/Library/CoreServices/Finder.app ]; then
echo "
export PATH=\"${PWD}/Genius.app/Contents/MacOS:\$PATH\"" >> ~/.bash_profile
Expand Down

0 comments on commit affc8b9

Please sign in to comment.