iconpacktools icon indicating copy to clipboard operation
iconpacktools copied to clipboard

not able to use release build

Open varunpilankar opened this issue 4 years ago • 1 comments

@rektdeckard

As a helping hand & to make things easier I came across your GitHub repo – Icon Pack Tools. Tried using the release version 0.2.1 (iconpacktools-0.2.1-all.jar) on my Mac but it keeps throwing below errors:

If build from source –

Task :compileKotlin FAILED

FAILURE: Build failed with an exception.

If used your .JAR –

Error: Could not find or load main class com.tobiasfried.iconpacktools.app.IconPackTools

varunpilankar avatar Aug 16 '20 10:08 varunpilankar

Hey @varunpilankar, thanks for the report. Pretty sure it's a hardcoded classpath somewhere in the JAR. I'm actually going to rewrite the whole application without Java/JavaFX, hopefully I can get that out in the next few days. In the mean time, I have some gists up with bash scripts that accomplish similar things as this application:

https://gist.github.com/rektdeckard/2c20220b866a3b7efb2465e5172b6c24

rektdeckard avatar Sep 18 '20 21:09 rektdeckard