Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
Copy default_save into windows deploy folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NGnius committed Aug 19, 2019
1 parent 2bd748d commit 5ba0f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ log.txt

# install stuff
rxsm/vendor/**
vendor/**
1 change: 1 addition & 0 deletions scripts/package-windows.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ECHO OFF
cd .\rxsm && go mod download && go get -u -v github.com/therecipe/qt/cmd/qtdeploy && go get -u -v github.com/therecipe/qt/cmd/... && go mod vendor && git clone https://github.com/therecipe/env_windows_amd64_513.git vendor/github.com/therecipe/env_windows_amd64_513 && for /f %%v in ('go env GOPATH') do %%v\bin\qtdeploy build desktop && cd ..
xcopy .\resources\default_save .\rxsm\deploy\windows\default_save /I /Y

0 comments on commit 5ba0f75

Please sign in to comment.