Skip to content

Commit 00915b6

Browse files
authored
Update modpack_installer.py
1 parent 8a8368e commit 00915b6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modpack_installer.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
from PyQt5.QtCore import Qt, QPoint
1111
from PyQt5.QtGui import QMouseEvent, QIcon
1212

13-
# Google Drive file IDs for ZIP files
14-
BEPINEX_ZIP_ID = '1uaFe7VEqf0uKGmALyBHO_Ay_Kx4qGey8'
15-
MODS_ZIP_ID = '1qf_egaOp5JJysxwQC5yHQWb0R58zIjX7'
13+
# Google Drive file IDs for ZIP files
14+
# Replace # with actual zip id
15+
BEPINEX_ZIP_ID = '################################'
16+
MODS_ZIP_ID = '################################'
1617

1718
# Function to get the absolute path to a resource, works for both development and PyInstaller
1819
def resource_path(relative_path):

0 commit comments

Comments
 (0)