mirror of https://gitlab.com/pamhyr/pamhyr2
parent
c81d65f527
commit
2333ab540e
|
|
@ -142,17 +142,6 @@ class Config(SQL):
|
|||
"WHERE name='default-mage'"
|
||||
)
|
||||
|
||||
self.execute(f"""
|
||||
INSERT INTO solver VALUES (
|
||||
'mage_fake7',
|
||||
'default-mage-fake-7',
|
||||
'Default Pamhyr2 mage fake version 7',
|
||||
'', '', '',
|
||||
'',
|
||||
'@install_dir/mage8/mage_as7{ext} @args @input',
|
||||
''
|
||||
)
|
||||
""")
|
||||
if int(release) < 6:
|
||||
posix = os.name == 'posix'
|
||||
ext = "" if posix else ".exe"
|
||||
|
|
|
|||
Loading…
Reference in New Issue