fixed a bug with gaps in paths

This commit is contained in:
2025-07-15 11:37:52 +03:00
parent d6cd0b4d88
commit c28dc1c760
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<ModMetaData>
<name>Add my music, please!</name>
<author>HypoxiE</author>
<packageId>hypoxie.ammp</packageId>
<packageId>add.my.music</packageId>
<supportedVersions>
<li>1.4</li>
<li>1.5</li>

View File

@@ -1,2 +1,2 @@
@echo off
powershell -ExecutionPolicy Bypass -File %~dp0add_my_music.ps1
powershell -ExecutionPolicy Bypass -File "%~dp0add_my_music.ps1"