mherrmann / fbs-tutorial

Tutorial for creating Python/Qt GUIs with fbs
https://build-system.fman.io
GNU General Public License v3.0
1.98k stars 159 forks source link

How to set icon to installer? #32

Open Truth1987 opened 5 years ago

Truth1987 commented 5 years ago

I am developing an app on windows. I am already check the tutorial of fbs. But I still don't know how to set my own icon to app installer.

Thanks

mherrmann commented 5 years ago

I'm afraid fbs doesn't yet support changing the icon of the installer.

Truth1987 commented 5 years ago

It's ok. I am just worried that I am wrong.

yash-akbari commented 3 years ago

It's Now Solved , I am using fbs 0.9.0 , i replaced "src/main/icons/Icon.ico" file wtih my icon file.

Note: Don't use icon files whose types where changed manually(by renaming in windows). it gives large traceback.

Dorian569 commented 5 months ago

Can we customize installer ? Adding a terms and license page for example ?

mherrmann commented 5 months ago

Yes, copy https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi into src/installer/windows/Installer.nsi and modify.

Dorian569 commented 5 months ago

It works! Thank you for your help 🙂


De : Michael Herrmann @.> Envoyé : jeudi 2 mai 2024 11:57 À : mherrmann/fbs-tutorial @.> Cc : Dorian CARDOSO @.>; Comment @.> Objet : Re: [mherrmann/fbs-tutorial] How to set icon to installer? (#32)

Yes, copy https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi into src/installer/windows/Installer.nsi and modify.

— Reply to this email directly, view it on GitHubhttps://github.com/mherrmann/fbs-tutorial/issues/32#issuecomment-2090065903, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A5CPVDALFCEICZE2SPRETFTZAIEYDAVCNFSM4ILWTBF2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBZGAYDMNJZGAZQ. You are receiving this because you commented.