Skip to content

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.json is unique and up to date
  • ✅ You have access to your GitHub repository

🚀 GitHub Deployment

1. Workflows Configuration

GitHub Repository → Actions Tab → Enable Workflows → Ready!
  1. Go to your GitHub repository
  2. Access the "Actions" tab
  3. Enable the proposed workflows

2. Publication Process

GitHub Desktop → Commit → Push → Auto compilation ✨
  1. Open GitHub Desktop
  2. Create a new commit with a descriptive message (e.g., "Update v1.0.1")
  3. Click "Commit"
  4. Push your changes with "Push to origin"

3. Retrieving Files

SystemFormatDescription
Windows.exeWindows Installer
Linux.debDebian Package
Linux.AppImagePortable Linux App
macOS.dmgmacOS 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.

Made with ❤️ by CentralCorp Team