Wesley
Administrator
__wesley({make: [code,music,progs,videos], play: games});
Posts: 61
Favorite Game in the Series: Core
Game Maker of Choice: GameMaker 8.1
|
Post by Wesley on Jul 12, 2018 22:01:09 GMT -5
I haven't tested this out yet but would probably be a good idea for an auto-updater is to use the Git's clone command to download an entire repository. What I'm thinking is that with this you could probably set up a Task in Task Scheduler to schedule the client to clone whenever you want it to. For example, if you wanted daily, just set the program to run every day. I've tried already making an auto-update for this project beforehand, but it probably wouldn't work since I had to package it with Git which is like a ton of megabytes, which I honestly expected it to be only a few kilobytes big, since it's also just a command line type thingy.
|
|
|
Post by akitothespriter on Aug 2, 2018 10:34:05 GMT -5
Hey that sounds good! Try and do it!
|
|
Wesley
Administrator
__wesley({make: [code,music,progs,videos], play: games});
Posts: 61
Favorite Game in the Series: Core
Game Maker of Choice: GameMaker 8.1
|
Post by Wesley on Feb 12, 2019 17:46:30 GMT -5
Okay, finally included my own updater with the game, simply open update.exe and it should replace old files with new ones.
|
|