update
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user