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

How to fix an error with OSX paths. #4

Closed
elfexor opened this issue Apr 13, 2017 · 3 comments
Closed

How to fix an error with OSX paths. #4

elfexor opened this issue Apr 13, 2017 · 3 comments

Comments

@elfexor
Copy link

elfexor commented Apr 13, 2017

photo_2017-04-12_17-16-32

The error appears after downloading and unpacking, after the application is restarted.

@dsheiko
Copy link
Owner

dsheiko commented Apr 15, 2017

It seems like autoupdate lib could not find the downloaded and unpacked package in tmp. That's weird. Gonna add some extra checks to make sure the update is fully ready for the swap.

@cry0m1
Copy link
Contributor

cry0m1 commented Apr 20, 2017

Possibly, try to sign macos app with your developer id (check it openes without issues), pack, unpack, sign again and pack again. Provided path ...AppTranslocation.. is a macos sandbox when something is going wrong with validity of app. Typically it should run swap from place it was unpacked directly, path ex.: /private/var/folders/64/sthbgckj4xgbsd_t11pfxpjc0000gn/T/ and T - means temporary.

@dsheiko
Copy link
Owner

dsheiko commented Apr 24, 2017

I believe the issue is fixed in 1.1.0. The backup directory was inferred wrong in a value like one above. Besides, you can set all execDir, backupDir, updateDir and logPath (to log file where everything about swap is reported). Feel free to reopen the issue, you it still persists for you

@dsheiko dsheiko closed this as completed Apr 24, 2017
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

3 participants