Skip to content

Commit

Permalink
Merge pull request #94 from stripedpajamas/win-license
Browse files Browse the repository at this point in the history
Copy license file to LICENSE.rtf for Windows builds
  • Loading branch information
stripedpajamas authored Mar 19, 2019
2 parents cf4adbf + 562f4d4 commit 0f3afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
npm run gulp vscode-linux-arm64-build-deb
# npm run gulp vscode-linux-arm64-build-rpm
elif [[ "$CI_WINDOWS" == "True" ]]; then
cp LICENSE.txt LICENSE.rtf # windows build expects rtf license
npm run gulp vscode-win32-x64-min
npm run gulp vscode-win32-x64-copy-inno-updater
npm run gulp vscode-win32-x64-inno-updater
npm run gulp vscode-win32-x64-system-setup
npm run gulp vscode-win32-x64-user-setup
Expand Down

0 comments on commit 0f3afe4

Please sign in to comment.