diff --git a/boot/installer.py b/boot/installer.py index 60944714..b3520dbb 100644 --- a/boot/installer.py +++ b/boot/installer.py @@ -173,6 +173,7 @@ async def on_ready(): sys.exit(1) tokenstore = secrets.TokenStore(False, password=encryption_password, salt=salt, content_override={'TOKEN': token}) +tokenstore.save('.encryptedenv', '.ivs') print('\x1b[36;1mYour tokens have been stored securely.\x1b[0m') with open('config.toml', 'rb') as file: diff --git a/plugins/system.json b/plugins/system.json index 1934dd71..cd74c21b 100644 --- a/plugins/system.json +++ b/plugins/system.json @@ -2,8 +2,8 @@ "id": "system", "name": "System extensions", "description": "Unifier system extensions", - "version": "v3.4.6", - "release": 115, + "version": "v3.4.7", + "release": 116, "minimum": 0, "shutdown": false, "modules": [