Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1111 authored Jan 7, 2023
1 parent fe3cbf1 commit 8553a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/script
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# Vars
apptitle="OpenCanopy Generator"
version="1.0"
cp -rp ./AppIcon.icns /Private/tmp/AppIcon.icns
# Set Icon directory and file
export ICNS=$(dirname "${0}")
iconfile="$ICNS/AppIcon.icns"
iconfile="/Private/tmp/AppIcon.icns"
TempDir="/Private/tmp/Icon"
SourceDir="/Private/tmp/Resource"
osascript -e "set Volume 3"
Expand Down

0 comments on commit 8553a15

Please sign in to comment.