Skip to content

Commit

Permalink
Merge pull request #4 from mattias-symphony/master
Browse files Browse the repository at this point in the history
Fix: fixed error in build script
  • Loading branch information
mattias-symphony authored Jan 9, 2020
2 parents db92957 + 9c9677e commit 9bed804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "screen-snippet",
"version": "1.0.2",
"version": "1.0.3",
"description": "screen snippet util for windows, new version",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm run build",
"build": "rc /nologo resources.rc & cl ScreenSnippet.cpp resources.res /O2 /MT /nologo /link /SUBSYSTEM:WINDOWS"
"build": "rc.exe /nologo resources.rc & cl ScreenSnippet.cpp resources.res /O2 /MT /nologo /link /SUBSYSTEM:WINDOWS"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9bed804

Please sign in to comment.