Skip to content

Commit

Permalink
withdrawing the obfuscated tiny package, as it caused some exceptions…
Browse files Browse the repository at this point in the history
… in the html webui
  • Loading branch information
josStorer committed Aug 29, 2024
1 parent 9b0a372 commit d6b9e86
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ endif

build-windows:
@echo ---- build for windows
wails build -ldflags '-s -w -extldflags "-static"' -platform windows/amd64 -devtools -obfuscated -garbleargs="-tiny" -upx -upxflags "-9 --lzma" -nsis
wails build -ldflags '-s -w -extldflags "-static"' -platform windows/amd64 -devtools -upx -upxflags "-9 --lzma" -nsis

build-macos:
@echo ---- build for macos
wails build -ldflags '-s -w' -platform darwin/universal -devtools -obfuscated -garbleargs="-tiny"
wails build -ldflags '-s -w' -platform darwin/universal -devtools

build-linux:
@echo ---- build for linux
wails build -ldflags '-s -w' -platform linux/amd64 -devtools -obfuscated -garbleargs="-tiny" -upx -upxflags "-9 --lzma"
wails build -ldflags '-s -w' -platform linux/amd64 -devtools -upx -upxflags "-9 --lzma"

build-web:
@echo ---- build for web
Expand Down
86 changes: 43 additions & 43 deletions frontend/wailsjs/go/backend_golang/App.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6b9e86

Please sign in to comment.