Skip to content
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

Host pre-compiled Flasher for Windows/OSX/Linux #9

Open
2 of 5 tasks
flaki opened this issue Feb 16, 2016 · 1 comment
Open
2 of 5 tasks

Host pre-compiled Flasher for Windows/OSX/Linux #9

flaki opened this issue Feb 16, 2016 · 1 comment

Comments

@flaki
Copy link
Owner

flaki commented Feb 16, 2016

Explore how to pre-compile and host Windows/OSX/Linux versions of the Flasher on the site, so people can just download it and run it without needing to deal with source-code or Electron.

  • Find out how to create OS-binaries

Update:
electron-builder could be used for creating pre-packaged OS binaries:

  • Have pre-compiled Flasher for OSX
  • Have pre-compiled Flasher for Windows
  • Have pre-compiled Flasher for Linux

Hosting OS-specific version of the Flasher for easy access:

@flaki
Copy link
Owner Author

flaki commented Feb 28, 2016

From 1eaf9e0 - pre-compiled Flasher dmg for OSX:

electron-packager app ClouduboyFlasher --platform=darwin --arch=x64 --version=0.36.9 --icon=build/Icon.icns --out=dist
cd dist/ClouduboyFlasher-*
cp ../../build/* .
appdmg -v dmg.json ../ClouduboyFlasher.dmg
cd ..
rm -rf ClouduboyFlasher-*

We need to plug this into a build script though, to automate the process.

The ClouduboyFlasher.dmg is stored (and can be served to clients for download) from flasher/dist/ClouduboyFlasher.dmg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant