-
Notifications
You must be signed in to change notification settings - Fork 2
5. Exporting your Launcher
You're almost done! Your configured everything you need and created the backend Server.
The only things left to do are replacing the Default Icon with your beautiful own one.
You can do that by opening assets/icons/win
and replace the icon.ico with your Image. Note: This Image needs to be converted to a .ico
file and name it icon.ico
or the Launcher won't detect it and produces errors during build process
It sounds harder then it is! Header over Personal access tokens and Generate a Token there. Write this Token down and paste this command in a Powershell prompt
[Environment]::SetEnvironmentVariable("GH_TOKEN","<YOUR_TOKEN_HERE>","User")
Instead of "<YOUR_TOKEN_HERE>"
Paste the previously Generated Token and hit Enter.
After setting up your icon and your GitHub API token, the only thing left is opening another command prompt and type npm run publish
.
If it failed, check your GitHub Repository link. if it didn't fail, your launchers installer will be in dist
ready to launch.
Copyright: SLPNetwork! Do not Reupload this Sourcecode as your own with out Crediting. All Rights Reserved.