Skip to content

Commit

Permalink
- fix xcpretty detection in export wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Sep 25, 2024
1 parent 5cedf8a commit e8696ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion currentGitHash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d0b45a5d4736d3ce24b923cee2672c6dd6fb5e81
5cedf8a3f6aa6627b2e15e0449cbe4754ba18114
2 changes: 1 addition & 1 deletion hi_backend/backend/currentGit.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define PREVIOUS_HISE_COMMIT "d0b45a5d4736d3ce24b923cee2672c6dd6fb5e81"
#define PREVIOUS_HISE_COMMIT "5cedf8a3f6aa6627b2e15e0449cbe4754ba18114"
2 changes: 1 addition & 1 deletion hi_backend/backend/dialog_library/dialog_library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ var ExportSetupWizard::checkIDE(const var::NativeFunctionArgs& args)
}
{
juce::ChildProcess xcp;
xcp.start("gem list");
xcp.start("gem list xcpretty");
auto output = xcp.readAllProcessOutput();
auto xcPrettyExists = output.contains("xcpretty");
writeState("xcPrettyExists", xcPrettyExists);
Expand Down

0 comments on commit e8696ea

Please sign in to comment.