mirror of
https://github.com/Yanam1Anna/FRAISEMOE-Addons-Installer.git
synced 2025-06-07 09:13:11 +00:00
Compare commits
1 Commits
4.9.0.1741
...
master
Author | SHA1 | Date | |
---|---|---|---|
9e85a1456f |
@ -215,7 +215,7 @@ class Ui_mainwin(object):
|
|||||||
def retranslateUi(self, mainwin):
|
def retranslateUi(self, mainwin):
|
||||||
mainwin.setWindowTitle(
|
mainwin.setWindowTitle(
|
||||||
QCoreApplication.translate(
|
QCoreApplication.translate(
|
||||||
"mainwin", "FRAISEMOE Addons Installer V4.9.0.17411", None
|
"mainwin", "FRAISEMOE Addons Installer V4.9.5.17465", None
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
self.mainbg.setText("")
|
self.mainbg.setText("")
|
||||||
|
@ -7,7 +7,6 @@ import sys
|
|||||||
import base64
|
import base64
|
||||||
import psutil
|
import psutil
|
||||||
import ctypes
|
import ctypes
|
||||||
import base64
|
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
|
|
||||||
from PySide6 import QtWidgets, QtCore
|
from PySide6 import QtWidgets, QtCore
|
||||||
@ -33,7 +32,7 @@ app_data = {
|
|||||||
"CACHE": "FRAISEMOE",
|
"CACHE": "FRAISEMOE",
|
||||||
"PLUGIN": "PLUGIN",
|
"PLUGIN": "PLUGIN",
|
||||||
"CONFIG_URL": "aHR0cHM6Ly9hcmNoaXZlLm92b2Zpc2guY29tL2FwaS93aWRnZXQvbmVrb3BhcmEvZG93bmxvYWRfdXJsLmpzb24=",
|
"CONFIG_URL": "aHR0cHM6Ly9hcmNoaXZlLm92b2Zpc2guY29tL2FwaS93aWRnZXQvbmVrb3BhcmEvZG93bmxvYWRfdXJsLmpzb24=",
|
||||||
"UA": "TW96aWxsYS81LjAgKExpbnV4IGRlYmlhbjEyIFB5dGhvbi1BY2NlcHQpIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTE0LjA=",
|
"UA": "TW96aWxsYS81LjAgKExpbnV4IGRlYmlhbjEyIEZyYWlzZU1vZS1BY2NlcHQpIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTE0LjA=",
|
||||||
"game_info": {
|
"game_info": {
|
||||||
"NEKOPARA Vol.1": {
|
"NEKOPARA Vol.1": {
|
||||||
"exe": "nekopara_vol1.exe",
|
"exe": "nekopara_vol1.exe",
|
||||||
@ -75,8 +74,8 @@ PLUGIN = os.path.join(CACHE, app_data["PLUGIN"])
|
|||||||
CONFIG_URL = decode_base64(app_data["CONFIG_URL"])
|
CONFIG_URL = decode_base64(app_data["CONFIG_URL"])
|
||||||
UA = decode_base64(app_data["UA"])
|
UA = decode_base64(app_data["UA"])
|
||||||
GAME_INFO = app_data["game_info"]
|
GAME_INFO = app_data["game_info"]
|
||||||
BLOCK_SIZE = 64 * 1024
|
BLOCK_SIZE = 67108864
|
||||||
HASH_SIZE = 128 * 1024
|
HASH_SIZE = 134217728
|
||||||
PLUGIN_HASH = {game: info["hash"] for game, info in GAME_INFO.items()}
|
PLUGIN_HASH = {game: info["hash"] for game, info in GAME_INFO.items()}
|
||||||
PROCESS_INFO = {info["exe"]: game for game, info in GAME_INFO.items()}
|
PROCESS_INFO = {info["exe"]: game for game, info in GAME_INFO.items()}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user