Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.17 KB

Build Status

Dotify Studio Installer

Provides an installer för Dotify Studio, a graphical user interface for creating, managing and embossing PEF-files.

Building

Build an installer on the target platform with the corresponding command.

Platform Command
Windows (x64) gradlew msi
Windows (x86) gradlew msi32
Linux ./gradlew rpm
Linux ./gradlew deb
maOS ./gradlew dmg

Requirements & Compatibility

Requires Java 8

Platform Requirement
Windows Wix Toolset or WixEdit must be installed
Linux Lintian, FakeRoot
on Ubuntu: apt-get install lintian fakeroot
Linux rpm for creating RPM packages: apt-get install rpm