Add differential update system

This commit is contained in:
AMIAY
2026-01-30 04:11:10 +01:00
parent fbdd9ee0cf
commit 33a0e219fc
5 changed files with 437 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
const FORCE_CLEAN_INSTALL_VERSION = false;
const CLEAN_INSTALL_TEST_VERSION = '4.pwr';
module.exports = {
FORCE_CLEAN_INSTALL_VERSION,
CLEAN_INSTALL_TEST_VERSION
};