1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Fix: [JP] fix default package

This commit is contained in:
whoamikyo
2020-08-18 12:49:33 -03:00
parent abd2fafb40
commit 6129d25a9b
2 changed files with 13 additions and 7 deletions

View File

@@ -312,7 +312,7 @@ def main(ini_name=''):
emulator = emulator_parser.add_argument_group('Emulator', 'Need to Press start to save your settings, it will check whether the game is started \nIf the game has not started, it will be started', gooey_options={'label_color': '#931D03'})
emulator.add_argument('--serial', default=default('--serial'),
help='', gooey_options={'label_color': '#4B5F83'})
emulator.add_argument('--package_name', default='com.YoStarEN.AzurLane', help='', gooey_options={'label_color': '#4B5F83'})
emulator.add_argument('--package_name', default='com.YoStarJP.AzurLane', help='', gooey_options={'label_color': '#4B5F83'})
emulator.add_argument(
'--default_serial',
default=message,