mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
3 lines
144 B
Bash
Executable file
3 lines
144 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pkgbuild --root "$1" --identifier com.geode-sdk.geode --scripts "installer/mac/Scripts" --install-location "/tmp/geode-install" $2
|