Skip to content

Commit f0144fa

Browse files
committed
Revert "chore: update win installer script as text file"
This reverts commit b32246d.
1 parent a281503 commit f0144fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"_ci-update-phcode-build": "node src-build/update-phcode-build.js",
3535
"_watch_src-node": "chokidar '../phoenix/src-node/**/*' --ignore '../phoenix/src-node/node_modules/**/*' -c 'npm run _make_src-node_debug_dev'",
3636
"serve": "npm run _servePhoenix && npm run _make_src-node && tauri dev",
37-
"postinstall": "node ./src-build/downloadNodeBinary.js && shx cp src-tauri/src/bundle/windows/nsis/installer.txt src-tauri/src/bundle/windows/nsis/installer.nsi",
37+
"postinstall": "node ./src-build/downloadNodeBinary.js",
3838
"cleanNodeBinary": "node src-build/cleanNodeBinary.js",
3939
"installNodeArmDarwin": "node ./src-build/downloadNodeBinary.js '{\"platform\":\"darwin\",\"arch\":\"arm64\"}'",
4040
"getPackageVersion": "node ./src-build/getVersion.js"
@@ -56,4 +56,4 @@
5656
"branch": "tauri",
5757
"commit": "214adae16c8ae15f240b239cffac95d11ebda23d"
5858
}
59-
}
59+
}
File renamed without changes.

0 commit comments

Comments
 (0)