Fix not updating SCRIPT_VERSION variable

This commit is contained in:
redphx
2024-04-27 10:15:59 +07:00
parent 1753a2d525
commit d13f208215
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
export const SCRIPT_VERSION = Bun.env.SCRIPT_VERSION;
export const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
export const AppInterface = window.AppInterface;
export const NATIVE_FETCH = window.fetch;
export const STATES: BxStates = {
@@ -9,6 +12,3 @@ export const STATES: BxStates = {
currentStream: {},
remotePlay: {},
};
export const SCRIPT_VERSION = '3.5.3';
export const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';