diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml new file mode 100644 index 0000000..4ea72a9 --- /dev/null +++ b/.idea/copilot.data.migration.agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/steamwarci.yml b/steamwarci.yml new file mode 100644 index 0000000..8ff0c78 --- /dev/null +++ b/steamwarci.yml @@ -0,0 +1,6 @@ +build: + - "./gradlew installDist --no-daemon" + +release: + - "rm -r /jars/sw" + - "cp -r build/install/sw /jars" \ No newline at end of file