microsoft / StoreBroker

A PowerShell module that leverages the Windows Store Submission API to allow easy automation of application submissions to the Windows Store. The master branch is stable and the v2 branch is under active development.
Other
97 stars 40 forks source link

refactor: Improve path handling and code readability #265

Open kochie opened 2 months ago

kochie commented 2 months ago

This PR fixes an issue where on platforms like Unix and MacOS the submission script will fail due to incorrect path separators. The code now uses the system path separators to determine which language to use.

kochie commented 2 months ago

@microsoft-github-policy-service agree