Add build tooling
This commit is contained in:
parent
907d4e2b31
commit
3361f08aa6
7
graal-compile.sh
Executable file
7
graal-compile.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/opt/homebrew/bin/fish
|
||||
|
||||
jenv shell graalvm64-17.0.3
|
||||
|
||||
lein uberjar
|
||||
|
||||
native-image --report-unsupported-elements-at-runtime --initialize-at-build-time -jar ./target/ludus-0.1.0-SNAPSHOT-standalone.jar -H:Name=./target/ludus
|
15
notary.json
Normal file
15
notary.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"source": ["./target/ludus"],
|
||||
"bundle_id": "dev.ludus.core",
|
||||
"apple_id": {
|
||||
"username": "s.richmond@utoronto.ca",
|
||||
"password": "@keychain:Notary"
|
||||
},
|
||||
"sign": {
|
||||
"application_identity": "9F27C69TKX"
|
||||
},
|
||||
"dmg": {
|
||||
"output_path": "./target/ludus.dmg",
|
||||
"volume_name": "Ludus"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user