Skip to content

Commit

Permalink
Merge branch 'build-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxedoxt committed Jun 11, 2024
2 parents 36c4242 + a0a9c8c commit 09571e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"copy-changelog": "cp CHANGELOG.md ./src/ng-app/assets/",
"copy-cameractls": "mkdir -p ./dist/tuxedo-control-center/data/camera && cp ./src/cameractrls/cameractrls.py ./src/cameractrls/v4l2_kernel_names.json ./dist/tuxedo-control-center/data/camera",
"copy-udev-rule": "cp ./src/udev/99-webcam.rules ./dist/tuxedo-control-center/data/dist-data",
"electron-builder": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./build-src/electron-builder.ts",
"electron-builder": "USE_HARD_LINKS=false TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./build-src/electron-builder.ts",
"pack": "run-s build && npm run electron-builder",
"build-release": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./build-src/build-release.ts",
"pack-prod": "run-s build-prod && npm run electron-builder",
Expand Down

0 comments on commit 09571e8

Please sign in to comment.