We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b689c76 commit 9c855c6Copy full SHA for 9c855c6
.gitignore
@@ -5,4 +5,7 @@
5
6
# Sublime text project
7
*.sublime-workspace
8
-*.sublime-project
+*.sublime-project
9
+
10
+# Packaged files
11
+package
package.sh
@@ -0,0 +1,4 @@
1
+mkdir package
2
+dotnet publish
3
+cd bin/Release/publish
4
+tar -a -cf ../../../package/RL2.ModLoader.DevSetup.tar.gz *
0 commit comments