Skip to content

Commit

Permalink
New format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirefel committed Feb 11, 2023
1 parent 1d8589f commit 75f1d04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ rm -R .\release -ErrorAction SilentlyContinue
mkdir .\release\Mods\Assets\OriDeRandomiser\
mkdir .\release\Mods\strings\Randomiser\

cp .\build\OriDeRandomiser.dll .\release\Mods\
cp .\Randomiser\Assets\* .\release\Mods\Assets\OriDeRandomiser\
cp .\Randomiser\strings\* .\release\Mods\strings\Randomiser\
cp .\build\OriDeRandomiser.dll .\release\
cp .\Randomiser\Assets\* .\release\assets\
cp .\Randomiser\strings\* .\release\strings\
cp .\convertseed.ps1 .\release\
cp .\mod.json .\release\

rm .\OriDeRandomiser.zip -ErrorAction SilentlyContinue
powershell Compress-Archive .\release\* .\OriDeRandomiser.zip
6 changes: 6 additions & 0 deletions mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Randomiser",
"version": "v0.1.4",
"preload": [],
"entrypoint": [ "OriDeRandomiser.dll" ]
}

0 comments on commit 75f1d04

Please sign in to comment.