Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Permission error on macOS #8

Open
balazsbotond opened this issue Aug 27, 2018 · 1 comment
Open

Permission error on macOS #8

balazsbotond opened this issue Aug 27, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@balazsbotond
Copy link

I've built the app on macOS. The resulting .dmg looks OK but after installing it in the Application folder and opening it I get the following error:

kepernyofoto 2018-08-27 - 17 30 05

I might have some time later this week to debug this and send a PR but if someone can fix it in the meantime, I'll be glad to help by testing it on my Mac and building a binary.

Btw, awesome app, thank you!

@Physiix Physiix added the bug Something isn't working label Aug 27, 2018
@Physiix
Copy link
Owner

Physiix commented Aug 27, 2018

The problem is that path.resolve('.') returns the current directory for Windows and Linux, but /(root) for mac.
With the latest commit, for mac, the database is saved in ~/.topsi/data/database.json.
I added a zip for mac in the release https://github.com/Physiix/topsi-project-manager/releases/download/v0.1/Topsi-macos-portable.zip

Thanks, and please let me know if it's working.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants