mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
9f0974abb3
moved version code to constants so that code can access it too changed Install/Remove Chalutier to FIshyQR in options
12 lines
439 B
Python
12 lines
439 B
Python
apiversion = 2
|
|
|
|
# removed since 0.5.3
|
|
chalutier = ("Chalutier", "https://www.esoui.com/downloads/dl2934/Chalutier_1.1.4.zip", 114)
|
|
|
|
# addons used
|
|
lam2 = ("LibAddonMenu-2.0", "https://www.esoui.com/downloads/dl7/LibAddonMenu-2.0r32.zip", 32)
|
|
fishyqr = ("FishyQR", "https://github.com/fishyboteso/FishyQR/files/7575974/FishyQR.zip", 101)
|
|
libgps = ("LibGPS", "https://cdn.esoui.com/downloads/file601/LibGPS_3_0_3.zip", 30)
|
|
|
|
version = "0.5.3"
|