Skip to content

Commit

Permalink
copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Mar 31, 2024
1 parent 6aea226 commit 78d46c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ cp "buskill-icon.icns" "${APP_DIR_NAME}/.VolumeIcon.icns"

# symlinks https://github.com/BusKill/buskill-app/issues/78#issuecomment-2028904907
ln -s "../Resources/fonts" "${APP_DIR_NAME}/Contents/MacOS/fonts"
ln -s "../Resources/images" "${APP_DIR_NAME}/Contents/MacOS/fonts"
ln -s "../Resources/images" "${APP_DIR_NAME}/Contents/MacOS/images"

# change the timestamps of all the files in the appdir for reproducible builds
find ${APP_DIR_NAME} -exec touch -h -d "@${SOURCE_DATE_EPOCH}" {} +
Expand Down

0 comments on commit 78d46c0

Please sign in to comment.