All Media Lab Posted November 13, 2022 Posted November 13, 2022 Hi, With Version 1 I could open Designer and Photo in Sublime Text like this: "application": "Affinity Designer.app", Now with V2 I can't open them for example like this: "application": "Affinity Designer2.app", Thanks, David Quote
v_kyr Posted November 13, 2022 Posted November 13, 2022 Try to apply the full path to the main ADe executable instead. Or build an own shell startup script where you apply the corresponding path to the executable inside, make the script executable and call that then. — Also try the OSX „open appname“ command in a shell/script instead. Quote ☛ Affinity Designer 1.10.8 ◆ Affinity Photo 1.10.8 ◆ Affinity Publisher 1.10.8 ◆ OSX El Capitan ☛ Affinity V2.3 apps ◆ MacOS Sonoma 14.2 ◆ iPad OS 17.2
Dangerous Posted November 13, 2022 Posted November 13, 2022 Create a batch (.bat) file containing start /min cmd /c affinityphoto2.exe %1 exit and point your program to it. If your program does not allow you to use a .bat file you could try converting to a .exe file withBat2Exe. Quote
All Media Lab Posted November 14, 2022 Author Posted November 14, 2022 Found the answer on the Sublime Text forum. How to open Affinity in Sublime Text on Mac "application": "Affinity Designer2.app", doesn't work "application": "Affinity Designer 2.app", Works! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.