Update modules.py

This commit is contained in:
FennecTECH 2020-05-27 19:39:48 -05:00 committed by GitHub
parent bef6c3207c
commit 0db710a23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -392,7 +392,7 @@ def download_kosmos_updater(module, temp_directory, deepsea_version, deepsea_bui
common.mkdir(temp_directory.joinpath('switch/DeepSea-Updater'))
common.move(app_path, temp_directory.joinpath(
'switch/DeepSea-Updater/DeepSeaUpdater.nro'))
'switch/DeepSea-Updater/DeepSea-Updater.nro'))
common.copy_module_file('deepsea-updater', 'internal.db',
temp_directory.joinpath('switch/DeepSea-Updater/internal.db'))
common.sed('DEEPSEA_VERSION', deepsea_version,