mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-21 19:22:13 -08:00
Update athshield script path in package.json
Relocated the athshield.js script from ./athshield/ to app/assets/athshield/. This change ensures better organization of script files within the project structure.
This commit is contained in:
parent
e3c6a185ed
commit
ae9e7b54b0
@ -18,7 +18,7 @@
|
||||
"dist:mac": "npm run dist -- -m",
|
||||
"dist:linux": "npm run dist -- -l",
|
||||
"lint": "eslint --config .eslintrc.json .",
|
||||
"athshield": "node ./athshield/athshield.js"
|
||||
"athshield": "node app/assets/athshield/athshield.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.x.x"
|
||||
|
Loading…
Reference in New Issue
Block a user