Skip to content

Commit

Permalink
FIx windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 30, 2023
1 parent a5f8fa4 commit bf6d877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/desktop/uwp_helper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tasks {

// I cannot figure out how to change the path on GitHub Actions
val command = if(System.getenv("GITHUB_RUN_NUMBER") != null) {
rootProject.file("jextract-20/bin/jextract").absolutePath
rootProject.file("jextract-20/bin/jextract.bat").absolutePath
} else {
"jextract"
}
Expand Down

0 comments on commit bf6d877

Please sign in to comment.