rapid7 / awsaml

Awsaml is an application for providing automatically rotated temporary AWS credentials.
MIT License
138 stars 45 forks source link

FIX: Path vars for Windows environment #229

Closed mmurrell-r7 closed 1 year ago

mmurrell-r7 commented 1 year ago

The previous released version does not execute properly in Windows machines. This PR implements necessary fixes to allow for an operational Windows installer and executable.

Bug:

Fix: baseUrl = new URL(`awsaml:///${path.join(__dirname, '/../../build/index.html')}`).toString();