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

Build_details_windows.json issues #65

Closed Aszusz closed 3 years ago

Aszusz commented 3 years ago

This is how the Build_details_windows.json looks right now:

{ 

"BambooBuildNumber":"272", 

"MoonshineSDKInstaller_Revision":"3244", 

} 

The issues:

rat-moonshine commented 3 years ago

I have no idea what is Build_details_windows.json. @JoelProminic do you have any knowledge how this generates?

piotrzarzycki21 commented 3 years ago

I have no idea what is Build_details_windows.json. @JoelProminic do you have any knowledge how this generates?

@rat-moonshine This is the file -> https://moonshine-ide.com/downloads/msdki/dev/windows/build_details_windows.json - It should contains revision number of commit.

JoelProminic commented 3 years ago

I fixed this. The old revision number was from a supporting SVN repository. @Aszusz, are you trying to automate something with this, or is it just a problem you noticed while trying to get a development build?

Aszusz commented 3 years ago

Just a problem. I use git commit sha to make sure the build I'm testing is the one that introduced the fix.

Aszusz commented 3 years ago

I confirm this is fixed