Fix location of data inside macos app bundle, update workflows

This commit is contained in:
Edwin Jakobs
2023-03-01 16:31:01 +01:00
parent 0e76bcd431
commit 1d51a766e1
5 changed files with 18 additions and 12 deletions

View File

@@ -177,7 +177,7 @@ tasks {
from("data") {
include("**/*")
}
into("build/jpackage/openrndr-application.app/data")
into("build/jpackage/openrndr-application.app/Content/Resources/data")
}
}
}