Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirefel committed Apr 18, 2022
1 parent 87e2012 commit 6cdb820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publishnuget.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
param([Parameter(Mandatory)] [string] $ApiKey)

mkdir .\package\lib\net35 -ErrorAction SilentlyContinue | Out-Null

cp build\OriDeModLoader.dll package\lib\net35\
cp build\Assembly-CSharp.dll package\lib\net35\
cp build\UnityEngine.dll package\lib\net35\
Expand Down

0 comments on commit 6cdb820

Please sign in to comment.