Step 5: Build and Distribution 🎉
🎯 Objective
In this final step, we will compile your launcher for distribution and deploy it on GitHub.
📋 Preparation Checklist
Before starting, make sure that:
- ✅ All your modifications are complete
- ✅ Your version in
package.jsonis unique and up to date - ✅ You have access to your GitHub repository
🚀 GitHub Deployment
1. Workflows Configuration
GitHub Repository → Actions Tab → Enable Workflows → Ready!- Go to your GitHub repository
- Access the "Actions" tab
- Enable the proposed workflows
2. Publication Process
GitHub Desktop → Commit → Push → Auto compilation ✨- Open GitHub Desktop
- Create a new commit with a descriptive message (e.g., "Update v1.0.1")
- Click "Commit"
- Push your changes with "Push to origin"
3. Retrieving Files
| System | Format | Description |
|---|---|---|
| Windows | .exe | Windows Installer |
| Linux | .deb | Debian Package |
| Linux | .AppImage | Portable Linux App |
| macOS | .dmg | macOS Disk Image |
🆘 Support
⚠️ Troubleshooting Steps
- Check the complete documentation
- Join our Discord server for help
- Check the build logs in the GitHub "Actions" tab
💡 Pro Tip
Regularly check the compilation logs in the GitHub "Actions" tab to quickly identify any potential issues.
🎉 Congratulations!
Your launcher is now ready for distribution. Thank you for following this guide!
For any additional questions, feel free to contact us on our Discord server.
