PDA

View Full Version : ".desktop" File Maker Program



cat_os
2016-02-03, 05:22
Hello there.

I've created a simple open-source JavaFX program that helps simplify the making of '.desktop' file, and directly apply the "chmod +x" command to make the file directly executable. In hope that it saves some time, and I can improve my programming language while in the semester break.

1193

This is a simple program, any comment is really appreciated. Check out my (first-time) github :)

https://github.com/Xavier-IV/make-desktop

How to use

1)Go to the 'dist' folder
2)Right-click, Open the terminal here(or direct your terminal to this path)
3)Type in 'java -jar MakeDesktop.jar'

The output file can be found on the "MakeDesktop" main folder.
Cheers.