The complete integrated solution for all of your astronomical imaging needs.
./gradlew api:shadowJar
cd desktop
npm i
npm run electron:build:deb
to build .deb
package.npm run electron:build:app
to build AppImage
.npm run electron:build:rpm
to build RPM
package.Before build a RPM
package, run sudo apt install rpm
.
npm run electron:build
to build the .exe
.run these commands before:
sudo apt install ruby ruby-dev
sudo gem install fpm
USE_SYSTEM_FPM=true npm run electron:build:deb
to build .deb
package.Look at
release
subdirectory for the generated build.