Skip to content

Commit 2cd68af

Browse files
committed
Add publish script
1 parent 32fd5db commit 2cd68af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

publish.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dotnet publish ./Patcher.sln -o="./publish/win-x64" -f="netcoreapp3.1" --runtime win-x64
2+
dotnet publish ./Patcher.sln -o="./publish/osx-64" -f="netcoreapp3.1" --runtime osx-x64
3+
dotnet publish ./Patcher.sln -o="./publish/linux-x64" -f="netcoreapp3.1" --runtime linux-x64

0 commit comments

Comments
 (0)