We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714d55d commit e387f71Copy full SHA for e387f71
.gitignore
@@ -2,3 +2,4 @@
2
/run
3
.idea
4
config.toml
5
+/work
Dockerfile
@@ -36,4 +36,4 @@ COPY . .
36
37
RUN cargo install --path .
38
39
-CMD ["bin_patch_gen", "-v", "1.21.3"]
+CMD ["bin_patch_gen"]
update.sh
@@ -17,6 +17,8 @@ if docker container inspect sploon-bin-patch-gen > /dev/null 2>&1; then
17
# git shit
18
cd work || exit 1
19
[[ ! -d ".git" ]] && git init .
20
+ git remote remove origin
21
+ git remote add origin https://github.com/SploonMC/patches.git
22
git add .
23
git commit -am "automated update"
24
git push -u origin master
0 commit comments