Mord3rca / gamma-launcher

Just another Launcher to setup S.T.A.L.K.E.R.: G.A.M.M.A.
GNU General Public License v3.0
91 stars 13 forks source link

Updating from 0.9 to 0.9.1 requires manually deleting GAMMA_definition.zip #59

Closed wildfield closed 1 year ago

wildfield commented 1 year ago

If I already have a 0.9 install, I need to delete GAMMA_definition.zip for it to actually update the modpack list, otherwise it uses cached version of it

Mord3rca commented 1 year ago

PR created, can you confirm it resolve the issue ?

wildfield commented 1 year ago

--update works, thanks.

As a suggestion, maybe it's also possible to check against latest commit by doing curl https://api.github.com/repos/Grokitach/Stalker_GAMMA/branches/main. This doesn't need a token or git dependency

Mord3rca commented 1 year ago

PR updated, local & remote version are checked. If remote version is > to local version, package is updated.

To check this, edit version.txt file in Grok's directory to be lower than remote file (G.A.M.M.A._definitition_version.txt)

wildfield commented 1 year ago

I've checked, works well. Nice