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:
parent
227e158146
commit
335e452b87
20
update.bat
20
update.bat
@ -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
|
Loading…
Reference in New Issue
Block a user