-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create Installer for Windows #11
Labels
Milestone
Comments
rladstaetter
added
installation
issues regarding installation of logorrr
enhancement
New feature or request
labels
Jun 4, 2021
rladstaetter
added a commit
that referenced
this issue
Jun 5, 2021
splits up compiling application and creating installer, introduces profiles for windows and mac
rladstaetter
added a commit
that referenced
this issue
Jun 27, 2021
rladstaetter
added a commit
that referenced
this issue
Jun 27, 2021
rladstaetter
added a commit
that referenced
this issue
Jun 27, 2021
rladstaetter
added a commit
that referenced
this issue
Jun 29, 2021
rladstaetter
added a commit
that referenced
this issue
Jun 29, 2021
implemented basic installer for windows ... 🙂 |
rladstaetter
added a commit
that referenced
this issue
Jul 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
For Windows, a minimal Installer should be created which places a Shortcut on the Desktop folder. After a typical, user friendly setup process, everything should ready to roll.
The installer itself should not be very smart, just make sure logorrr.exe will be placed in Windows ProgramFiles folder, versioned. The application itself should initialize itself from there. This approach should be taken as to place all logic in the Scala codebase, which lowers the barrier for contributors (meaning no powershell scripts or installer specific scripts).
The text was updated successfully, but these errors were encountered: