forked from go/golangs_learn
VIVIMAN
3 years ago
22 changed files with 92 additions and 18206 deletions
@ -1,3 +1,3 @@ |
|||||
|
cd ../ |
||||
go generate |
go generate |
||||
go build -ldflags="-s -w -H=windowsgui" -o HyServer.exe |
go build -ldflags="-s -w -H=windowsgui" -o HyServer.exe |
||||
upx -9 ./HyServer.exe |
|
@ -0,0 +1,3 @@ |
|||||
|
cd ../ |
||||
|
go generate |
||||
|
go build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -1,6 +0,0 @@ |
|||||
|
|
||||
|
|
||||
cd frontend |
|
||||
npm install && npm run build |
|
||||
cd ../ |
|
||||
wails build |
|
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -1,6 +0,0 @@ |
|||||
|
|
||||
|
|
||||
cd frontend |
|
||||
npm install && npm run build |
|
||||
cd ../ |
|
||||
wails build |
|
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -1,4 +1,4 @@ |
|||||
build |
build |
||||
build/**/* |
build/*.exe |
||||
.idea/ |
.idea/ |
||||
.vscode/ |
.vscode/ |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
@ -0,0 +1,2 @@ |
|||||
|
cd ../frontend |
||||
|
npm install && npm run build && cd ../ && wails build |
File diff suppressed because it is too large
Binary file not shown.
Loading…
Reference in new issue