1
0

Windows icon

This commit is contained in:
Zef Hemel 2023-01-14 06:00:30 -08:00
parent d888ab9324
commit b41d9514d1
4 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,6 @@
"build": "deno run -A --unstable --check build_plugs.ts && deno run -A --unstable --check build_web.ts",
"plugs": "deno run -A --unstable --check build_plugs.ts",
"watch-web": "deno run -A --unstable --check build_web.ts --watch",
"watch-mobile": "deno run -A --unstable --check build_mobile.ts --watch",
"watch-server": "deno run -A --unstable --check --watch silverbullet.ts",
// The only reason to run a shell script is that deno task doesn't support globs yet (e.g. *.plug.yaml)
"watch-plugs": "deno run -A --unstable --check build_plugs.ts -w",

View File

@ -83,8 +83,8 @@ const config: ForgeConfig = {
rebuildConfig: {},
makers: [
new MakerSquirrel({
iconUrl: "https://silverbullet.md/icon.ico",
setupIcon: "../web/images/icon.ico"
iconUrl: "https://silverbullet.md/logo.ico",
setupIcon: "../web/images/logo.ico"
}),
new MakerZIP({}, ["darwin", "linux"]),
new MakerRpm({}),

View File

@ -38,4 +38,4 @@ echo "Bundling..."
deno task bundle
cp dist/silverbullet.js website_build/
cp dist_bundle/web/global.plug.json website_build/
cp web/images/icon.ico website_build/
cp web/images/logo.ico website_build/

View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB