File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ sed -i "s/§PATCH/$PATCH/g" $HACKED_BASE/_build/win_temp/hacked.exe.manifest
4343x86_64-w64-mingw32-windres -o main-res.syso $HACKED_BASE /_build/win_temp/hacked.rc
4444
4545echo " Building executables..."
46- go build -ldflags " -X main.version=$VERSION " -a -o $HACKED_BASE /_build/linux/$FOLDER_NAME /hacked -trimpath ` pwd` .
47- GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CXX=x86_64-w64-mingw32-g++ CC=x86_64-w64-mingw32-gcc go build -ldflags " -X main.version=$VERSION -H=windowsgui" -a -o $HACKED_BASE /_build/win/$FOLDER_NAME /hacked.exe -trimpath ` pwd` .
46+ go build -gcflags " -d=checkptr=0 " - ldflags " -X main.version=$VERSION " -a -o $HACKED_BASE /_build/linux/$FOLDER_NAME /hacked -trimpath ` pwd` .
47+ GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CXX=x86_64-w64-mingw32-g++ CC=x86_64-w64-mingw32-gcc go build -gcflags " -d=checkptr=0 " - ldflags " -X main.version=$VERSION -H=windowsgui" -a -o $HACKED_BASE /_build/win/$FOLDER_NAME /hacked.exe -trimpath ` pwd` .
4848
4949
5050echo " Copying distribution resources..."
You can’t perform that action at this time.
0 commit comments