Fix Wiki Path + Icon + Bring Back Spicy Theme + New banner (Logo)

This commit is contained in:
MasterAcnolo
2025-11-20 21:18:04 +01:00
parent 2b43c00a3a
commit cdc8a623c0
8 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<div align="center">
<img
src="./public/assets/logo/FreedomLoader2.png"
src="./build/banner.png"
alt="Banner"
style="width: 50%;;"/>

BIN
build/app-icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
build/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -100,7 +100,7 @@ function setupMenu() {
submenu: [
{
label: "Go to Wiki",
click: () => shell.openExternal("https://masteracnolo.github.io/No-Sense/pages/FreedomLoader/index.html"),
click: () => shell.openExternal("https://masteracnolo.github.io/FreedomLoader/pages/wiki.html"),
},
],
},

View File

@@ -50,6 +50,10 @@
"from": "build/confirm-icon.png",
"to": "confirm-icon.png"
},
{
"from": "build/app-icon.ico",
"to": "app-icon.ico"
},
{
"from": "build/error.png",
"to": "error.png"
@@ -77,13 +81,13 @@
],
"win": {
"target": "nsis",
"icon": "build/installer-icon.ico"
"icon": "build/app-icon.ico"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "build/installer-icon.ico",
"installerIcon": "build/app-icon.ico",
"uninstallerIcon": "build/uninstaller-icon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,

View File

@@ -40,7 +40,7 @@ body.spicy {
/* Optionnel: background piments */
body.spicy {
background-image: url('../../assets/images/spicy.png');
background-image: url('../../assets/images/Spicy.png');
background-size:cover;
background-position: center;
background-attachment: fixed;