mirror of
https://github.com/HypoxiE/rimworld-add-my-music-mod.git
synced 2025-12-06 05:45:58 +00:00
fixed a bug with gaps in paths
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
powershell -ExecutionPolicy Bypass -File %~dp0add_my_music.ps1
|
||||
powershell -ExecutionPolicy Bypass -File "%~dp0add_my_music.ps1"
|
||||
Reference in New Issue
Block a user