We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8368e commit 00915b6Copy full SHA for 00915b6
modpack_installer.py
@@ -10,9 +10,10 @@
10
from PyQt5.QtCore import Qt, QPoint
11
from PyQt5.QtGui import QMouseEvent, QIcon
12
13
-# Google Drive file IDs for ZIP files
14
-BEPINEX_ZIP_ID = '1uaFe7VEqf0uKGmALyBHO_Ay_Kx4qGey8'
15
-MODS_ZIP_ID = '1qf_egaOp5JJysxwQC5yHQWb0R58zIjX7'
+# Google Drive file IDs for ZIP files
+# Replace # with actual zip id
+BEPINEX_ZIP_ID = '################################'
16
+MODS_ZIP_ID = '################################'
17
18
# Function to get the absolute path to a resource, works for both development and PyInstaller
19
def resource_path(relative_path):
0 commit comments