07-30-2021, 11:19 PM
(This post was last modified: 07-30-2021, 11:25 PM by mark_talluto.)
Hi Stam,
You did everything correctly. The process of code-signing and notarizing is complicated. I can see that you navigated it well.
You can solve the problem you are experiencing by doing the following:
Should you decide to codesign your Windows apps, then SFP(26) will be useful. Our 2020 Vision product uses that location.
I hope this helps
-Mark
You did everything correctly. The process of code-signing and notarizing is complicated. I can see that you navigated it well.
You can solve the problem you are experiencing by doing the following:
- 1. On the first run, copy the relevant parts of your project (everything after the starter stack) over to a safe and writeable place.
- 2. Run the code from the writeable locationa.
- a. Macs: specialFolderPath("asup")
- b. Windows: specialFolderPath(26)
- 3. Have your pathing point to that location when the environment <> "development"
Should you decide to codesign your Windows apps, then SFP(26) will be useful. Our 2020 Vision product uses that location.
I hope this helps
-Mark