Consolidate afterPack scripts into one file

This commit is contained in:
CakeLancelot
2023-02-09 04:39:21 -06:00
parent 101de9d68b
commit 5da0da1981
4 changed files with 29 additions and 33 deletions

View File

@@ -67,10 +67,7 @@
"to": "utils"
}
],
"afterPack": [
"./build/4gb-patch.js",
"./build/delete-default-app.js"
]
"afterPack": "./build/afterpack.js"
},
"dependencies": {
"fs-extra": "^0.30.0"