update
This commit is contained in:
parent
35ee982693
commit
1e8c99cda5
3
build.sh
3
build.sh
@ -14,6 +14,7 @@ function build_darwin() {
|
||||
export INSTALL_TARGET=$BUILD_BASE/Arremi.app/Contents/
|
||||
mkdir -p $INSTALL_TARGET/MacOS
|
||||
go build -o $INSTALL_TARGET/MacOS/Arremi main.go
|
||||
cp assets/darwin/Info.plist $INSTALL_TARGET
|
||||
}
|
||||
|
||||
function build_linux() {
|
||||
@ -33,4 +34,4 @@ function main() {
|
||||
echo "No target"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user