gamejolt / issue-tracker

Issue tracker for Game Jolt
26 stars 6 forks source link

JAR files shouldn't be treated as archives #316

Closed YLivay closed 9 years ago

YLivay commented 9 years ago

Currently, jar files are treated as archives which is confusing. We don't want people to upload jar files directly anyways since usually you need extra run parameters to launch them correctly on the platforms you're aiming for - so the way to go should be package the jar file in a zip along with other launch scripts per platform you're aiming for.

What we should do is display a tooltip client side before uploading the jar file encouraging users to do just that and restrict uploading the jar files directly.

Tricky1975 commented 9 years ago

Sounds a lot like #313 to me.

YLivay commented 9 years ago

Yeah it is haha בתאריך 1 ביולי 2015 17:53,‏ "Jeroen Broks" notifications@github.com כתב:

Sounds a lot like #313 https://github.com/gamejolt/issue-tracker/issues/313 to me.

— Reply to this email directly or view it on GitHub https://github.com/gamejolt/issue-tracker/issues/316#issuecomment-117706026 .

YLivay commented 9 years ago

Will update in #313