This commit is contained in:
HolographicHat
2022-04-10 13:02:36 +08:00
parent 60f0d8d23b
commit 00898d11cb
5 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "",
"scripts": {
"build": "node-gyp rebuild && copy .\\build\\Release\\native.node ..\\genshin-export\\"
"build": "node-gyp rebuild && copy .\\build\\Release\\native.node ..\\genshin-export\\",
"build-for-win7": "node-gyp rebuild --target=v14.17.0 && copy .\\build\\Release\\native.node ..\\genshin-export\\"
},
"gypfile": true,
"devDependencies": {