Update version URL to point to the correct repository

This commit is contained in:
MayaTheShy
2026-03-22 15:56:54 -04:00
parent 50fd8622ff
commit f53d503129

View File

@@ -4,7 +4,7 @@ local Util = require('opus.util')
local fs = _G.fs
local shell = _ENV.shell
local URL = 'https://raw.githubusercontent.com/kepler155c/opus/%s/.opus_version'
local URL = 'https://git.spatulaa.com/MayaTheShy/Opus/raw/branch/%s/.opus_version'
if fs.exists('.opus_version') then
local f = fs.open('.opus_version', 'r')