1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

Not necessary anymore

This commit is contained in:
Earu 2021-07-11 11:35:48 +02:00 committed by GitHub
parent 227e158146
commit 335e452b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +0,0 @@
@echo off
title EasyChat Update
set /p changes="Changes: "
git add *
git commit -m "%changes%"
git push
gmad.exe create -folder "./" -out ".gma"
if exist ".gma" (
gmpublish.exe update -addon ".gma" -id "1182471500" -changes "%changes%"
) else (
echo Could not create gma archive, aborting
)
if exist ".gma" (
del /Q ".gma"
)
pause