Windows icon
parent
d888ab9324
commit
b41d9514d1
|
@ -6,7 +6,6 @@
|
||||||
"build": "deno run -A --unstable --check build_plugs.ts && deno run -A --unstable --check build_web.ts",
|
"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",
|
"plugs": "deno run -A --unstable --check build_plugs.ts",
|
||||||
"watch-web": "deno run -A --unstable --check build_web.ts --watch",
|
"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",
|
"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)
|
// 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",
|
"watch-plugs": "deno run -A --unstable --check build_plugs.ts -w",
|
||||||
|
|
|
@ -83,8 +83,8 @@ const config: ForgeConfig = {
|
||||||
rebuildConfig: {},
|
rebuildConfig: {},
|
||||||
makers: [
|
makers: [
|
||||||
new MakerSquirrel({
|
new MakerSquirrel({
|
||||||
iconUrl: "https://silverbullet.md/icon.ico",
|
iconUrl: "https://silverbullet.md/logo.ico",
|
||||||
setupIcon: "../web/images/icon.ico"
|
setupIcon: "../web/images/logo.ico"
|
||||||
}),
|
}),
|
||||||
new MakerZIP({}, ["darwin", "linux"]),
|
new MakerZIP({}, ["darwin", "linux"]),
|
||||||
new MakerRpm({}),
|
new MakerRpm({}),
|
||||||
|
|
|
@ -38,4 +38,4 @@ echo "Bundling..."
|
||||||
deno task bundle
|
deno task bundle
|
||||||
cp dist/silverbullet.js website_build/
|
cp dist/silverbullet.js website_build/
|
||||||
cp dist_bundle/web/global.plug.json 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/
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
Loading…
Reference in New Issue