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/
|
export INSTALL_TARGET=$BUILD_BASE/Arremi.app/Contents/
|
||||||
mkdir -p $INSTALL_TARGET/MacOS
|
mkdir -p $INSTALL_TARGET/MacOS
|
||||||
go build -o $INSTALL_TARGET/MacOS/Arremi main.go
|
go build -o $INSTALL_TARGET/MacOS/Arremi main.go
|
||||||
|
cp assets/darwin/Info.plist $INSTALL_TARGET
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_linux() {
|
function build_linux() {
|
||||||
@ -33,4 +34,4 @@ function main() {
|
|||||||
echo "No target"
|
echo "No target"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user