We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f12f10 commit 2f462d1Copy full SHA for 2f462d1
package.json
@@ -145,7 +145,7 @@
145
"pre-commit": "lint-staged",
146
"install-deps": "run-script-os",
147
"install-deps:darwin": "yarn node tools/downloadOpossumFile.mjs mac",
148
- "install-deps:linux": "yarn node tools/downloadOpossumFile.mjs ubuntu",
+ "install-deps:linux": "yarn node tools/downloadOpossumFile.mjs linux",
149
"install-deps:win32": "yarn node tools/downloadOpossumFile.mjs windows.exe"
150
},
151
"main": "build/ElectronBackend/app.js",
0 commit comments