Skip to content

Commit

Permalink
Merge branch 'bugfix/macos_pkg_build_no_notarize' into bugfix/macos_j…
Browse files Browse the repository at this point in the history
…ack_gui
  • Loading branch information
dromer committed Dec 2, 2024
2 parents 1860efd + 1facede commit 3b36f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Heavy/DPFExporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ class DPFExporter : public ExporterBase {
outputFile.getChildFile("bin").getChildFile(name + ".app").moveFileTo(outputFile.getChildFile(name + ".app"));
else
outputFile.getChildFile("bin").getChildFile(name).moveFileTo(outputFile.getChildFile(name));
#elif JUCE_WINDOWS
outputFile.getChildFile("bin").getChildFile(name + ".exe").moveFileTo(outputFile.getChildFile(name + ".exe"));
#else
outputFile.getChildFile("bin").getChildFile(name).moveFileTo(outputFile.getChildFile(name));
#endif
Expand Down

0 comments on commit 3b36f19

Please sign in to comment.