Skip to content
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

Ignore lastarchive preference if folder doesn't exist #20

Open
nosoop opened this issue Sep 25, 2015 · 1 comment
Open

Ignore lastarchive preference if folder doesn't exist #20

nosoop opened this issue Sep 25, 2015 · 1 comment

Comments

@nosoop
Copy link

nosoop commented Sep 25, 2015

Using Windows 7 and the JAR executable.

As of 3.5, subsequent launches of Raccoon after signing into an account and downloading an app will recreate the folder used for the last archive, whether or not it exists.

Along with preferences being stored in the registry (non-portability; leaves traces on removal of the JAR file), this causes a bit of a head scratcher when setting up the raccoon.home directory after creating an archive and having deleted it.

My expected result is that a new archive is created based on the currently used data directory.

(Basically, add a check to see if (new File(tmp)).exists() before creating an Archive somewhere near this line, passing it to the else statement if it doesn't exist.)

@onyxbits
Copy link
Owner

Am Freitag, den 25.09.2015, 04:41 -0700 schrieb nosoop:

Using Windows 7 and the JAR executable.

As of 3.5, subsequent launches of Raccoon after signing into an
account and downloading an app will recreate the folder used for the
last archive, whether or not it exists.

Along with preferences being stored in the registry (non-portability;
leaves traces on removal of the JAR file), this causes a bit of a head
scratcher when setting up the raccoon.home directory after creating an
archive and having deleted it.

My expected result is that a new archive is created based on the
currently used data directory.

(Basically, add a check to see if (new File(tmp)).exists() before
creating an Archive somewhere near this line, passing it to the else
statement if it doesn't exist.)


Reply to this email directly or view it on GitHub.

Raccoon v4.x will no longer use preferences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants