Closed fahad-israr closed 3 years ago
ide://
protocol handler is working fine. (I've installed the extension from the Mozilla Add on store just to confirm if evrything is working fine with the extension)
- The problem that still remains is that I am unable to launch the Starfix application on mac (after moving starfix to application folder).
what are you moving to the application folder exactly ?
- Another thing I was wondering is that could we run the
build.sh
script beforehand while the installer is being generated(through gh-actions) .
Thats the intention (that it runs during gh-actions)
- The problem that still remains is that I am unable to launch the Starfix application on mac (after moving starfix to application folder).
what are you moving to the application folder exactly ?
I'm trying to move starfix.app ( the output generated after running build.sh
)
I figured out that the URI Scheme was missing.Specifying the URL Scheme does try launch starfix application(tested on macos Catalina 10.15.7).open ide://somtxt
on the Terminal I can see starfix application bouncing on my Dock at the bottom (The same behaviour which happens when I try to open the starfix application directly)build.sh
script beforehand while the installer is being generated(through gh-actions) . This is a low priority concern but I was just thinking about it so that the user gets thestarfix.app
directly which he can directly move to applications folder. (I am not sure if the output ofbuild.sh
is system dependant: if yes then this point is of no use)