Skip to content

Commit

Permalink
the --onefile is not needed anymore for packaging Darwin releases
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Jun 5, 2023
1 parent 14a3a5f commit 7f5b3f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ dist=$(uname)
dist=$(echo "${dist}" | tr '[:upper:]' '[:lower:]')
dist_path=${dir}/dist/${dist}
${bundler} \
--onefile \
--distpath "${dist_path}" \
./logsmith.spec

Expand Down

0 comments on commit 7f5b3f9

Please sign in to comment.