60 lines
2.3 KiB
Plaintext
60 lines
2.3 KiB
Plaintext
|
|
AZA Installer/Controller/Updater Backup
|
||
|
|
Erstellt: 20260522_143632
|
||
|
|
|
||
|
|
============================================================
|
||
|
|
1. ZWECK DES BACKUPS
|
||
|
|
============================================================
|
||
|
|
Backup vor Phase 1 Installer/Controller/Updater.
|
||
|
|
|
||
|
|
============================================================
|
||
|
|
2. GESICHERTE ALT-DATEIEN
|
||
|
|
============================================================
|
||
|
|
- aza_start_panel.py
|
||
|
|
- aza_client_watermark.py
|
||
|
|
- build_exe.ps1
|
||
|
|
- build_installer.ps1
|
||
|
|
- build_release_manifest.ps1
|
||
|
|
- desktop_update_check.py
|
||
|
|
- publish_update.ps1
|
||
|
|
|
||
|
|
============================================================
|
||
|
|
3. TATSAECHLICH GEAENDERTE ALT-DATEIEN
|
||
|
|
============================================================
|
||
|
|
- aza_start_panel.py
|
||
|
|
- aza_client_watermark.py
|
||
|
|
|
||
|
|
============================================================
|
||
|
|
4. NEU ERSTELLTE DATEIEN IM PROJEKT
|
||
|
|
============================================================
|
||
|
|
- version.json
|
||
|
|
- aza_update_core.py
|
||
|
|
- aza_updater.py
|
||
|
|
- aza_controller.py
|
||
|
|
|
||
|
|
============================================================
|
||
|
|
5. VOLLSTAENDIGER ROLLBACK
|
||
|
|
============================================================
|
||
|
|
PowerShell aus Projektroot:
|
||
|
|
|
||
|
|
Copy-Item "backup_installer_controller_updater_20260522_143632\aza_start_panel.py" ".\aza_start_panel.py" -Force
|
||
|
|
Copy-Item "backup_installer_controller_updater_20260522_143632\aza_client_watermark.py" ".\aza_client_watermark.py" -Force
|
||
|
|
Remove-Item ".\version.json" -Force -ErrorAction SilentlyContinue
|
||
|
|
Remove-Item ".\aza_update_core.py" -Force -ErrorAction SilentlyContinue
|
||
|
|
Remove-Item ".\aza_updater.py" -Force -ErrorAction SilentlyContinue
|
||
|
|
Remove-Item ".\aza_controller.py" -Force -ErrorAction SilentlyContinue
|
||
|
|
|
||
|
|
============================================================
|
||
|
|
6. KURZTEST NACH ROLLBACK
|
||
|
|
============================================================
|
||
|
|
python -m py_compile aza_start_panel.py aza_client_watermark.py
|
||
|
|
python aza_start_panel.py
|
||
|
|
|
||
|
|
============================================================
|
||
|
|
7. HINWEIS
|
||
|
|
============================================================
|
||
|
|
basis14.py wurde in diesem Block nicht geaendert und ist deshalb nicht Teil dieses Backups.
|
||
|
|
|
||
|
|
Wiederherstellung:
|
||
|
|
Kopieren Sie die unter Punkt 5 genannten Alt-Dateien zurueck in den Projektroot
|
||
|
|
und entfernen Sie die unter Punkt 4 genannten neuen Dateien.
|