File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,6 @@ node_modules/.installed: package.json bun.lock
9393# Legacy target for backwards compatibility
9494ensure-deps : node_modules/.installed
9595
96-
97-
98-
99-
10096# # Help
10197help : # # Show this help message
10298 @echo ' Usage: make [target]'
@@ -166,7 +162,7 @@ build-main: node_modules/.installed dist/main.js ## Build main process
166162dist/main.js : src/version.ts tsconfig.main.json tsconfig.json $(TS_SOURCES )
167163 @echo " Building main process..."
168164 @NODE_ENV=production $(TSGO ) -p tsconfig.main.json
169- @NODE_ENV=production $( RUNNER ) tsc-alias -p tsconfig.main.json
165+ @NODE_ENV=production bun x tsc-alias -p tsconfig.main.json
170166
171167build-preload : node_modules/.installed dist/preload.js # # Build preload script
172168
You can’t perform that action at this time.
0 commit comments