-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set icon to installer? #32
Comments
I'm afraid fbs doesn't yet support changing the icon of the installer. |
It's ok. |
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. |
Can we customize installer ? Adding a terms and license page for example ? |
Yes, copy https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi into |
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 GitHub<#32 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A5CPVDALFCEICZE2SPRETFTZAIEYDAVCNFSM4ILWTBF2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBZGAYDMNJZGAZQ>.
You are receiving this because you commented.
|
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
The text was updated successfully, but these errors were encountered: