Moonshine-IDE / Moonshine-SDK-Installer

To take full advantage of Moonshine IDE you will need third party SDKs like Apache® Flex or Apache® Royale. In order to make it easier for you to setup the required SDKs, we created the Moonshine SDK Installer.
https://moonshine-ide.com/download-sdk-installer/
Other
8 stars 2 forks source link

Get rid of "ln" (link) warnings in Console #102

Closed Igazine closed 1 year ago

Igazine commented 1 year ago

This issue is related to Moonshine-IDE Issue 1157. The relevant code resides in this repository

Igazine commented 1 year ago

ln command has been changed to ln -s -F -f. According to ln man page:

-F If the target file already exists and is a directory, then remove it so that the link may occur. The -F option should be used with either -f or -i options. If neither -f nor -i is specified, -f is implied. The -F option is a no-op unless -s is specified.

JoelProminic commented 1 year ago

This was resolved and closed. See the tests here