aws-samples / aws-tools-for-babylonjs-editor

AWS Tools for Babylon.JS Editor is a suite of tools meant to interact with Babylon.JS Editor by utilizing the capabilities of AWS products.
Apache License 2.0
32 stars 10 forks source link

Add windows support for Host Plugin and Action Workflow #9

Closed eherozhao closed 2 years ago

eherozhao commented 2 years ago

What was the problem/requirement? (What/Why)

Current host plugin didn't support the Windows usage since the postinstall need a bash script and the copy-config was using bash command which couldn't work well in Windows env .

What was the solution? (How)

What is the impact of this change? (Focus on the customer experience)

Support customers to use this plugin in windows env.

Are you adding any new dependencies to the system?

No

How were these changes tested?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.