Skip to content

Commit

Permalink
adds sfmakejson exe to Mac packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb James committed Sep 22, 2022
1 parent f5391cf commit 368f9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cp sf_icons.icns Stalefish.app/Contents/Resources/
cp /usr/local/share/vole_65_7E_id2_L23.h5 Stalefish.app/Contents/Resources/

# Copy the freshly built executable(s)
PROGRAM_LIST="stalefish sfview sfresave sfgetjson"
PROGRAM_LIST="stalefish sfview sfresave sfgetjson sfmakejson"
for j in ${PROGRAM_LIST}; do
cp ../build/src/${j} Stalefish.app/Contents/MacOS/
done
Expand Down

0 comments on commit 368f9f8

Please sign in to comment.