You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
npmrun 93f905edd9 init 1 month ago
assets init 1 month ago
.gitignore init 1 month ago
README.md init 1 month ago
aaa.txt init 1 month ago
bbb.txt init 1 month ago
bun.lock init 1 month ago
hidecmd.bat init 1 month ago
icon.ico init 1 month ago
icon.png init 1 month ago
main copy.ts init 1 month ago
main.js.map init 1 month ago
main.ts init 1 month ago
output.ico init 1 month ago
over.ts init 1 month ago
package.json init 1 month ago
test.bat init 1 month ago
tsconfig.json init 1 month ago
ui.html init 1 month ago
worker.ts init 1 month ago

README.md

bun build ./main.js --compile --minify --windows-hide-console --outfile myapp bun build ./main.js --compile --minify --windows-hide-console --windows-icon=assets/icon.ico --outfile myapp

bun build --compile --minify --sourcemap --target=bun-windows-x64 --windows-hide-console ./main.ts --outfile myapp --windows-icon=./assets/icon.ico

bun build --compile --minify --sourcemap --target=bun-windows-x64 --windows-hide-console --windows-icon=output.ico ./main.ts --outfile myapp

bun build ./main.js --compile --minify --windows-icon ./assets/icon.ico --windows-hide-console --outfile myapp

https://github.com/tr1ckydev/webview-bun https://www.xgs.cc/note/other/bun-windows-gui

.\hidecmd.bat todoapp.exe

安装了https://imagemagick.org/script/convert.php 这个工具