metadidomi-builder 1.4.171125 → 1.5.2411250404

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/README.md +779 -5
  2. package/build_tools/backup-manager.js +3 -0
  3. package/build_tools/build_apk.js +3 -0
  4. package/build_tools/builder.js +1 -1
  5. package/build_tools/certs/cert-65198130.key +1 -0
  6. package/build_tools/certs/cert-65198130.pfx +0 -0
  7. package/build_tools/certs/cert-f1fad9b5.key +1 -0
  8. package/build_tools/certs/cert-f1fad9b5.pfx +0 -0
  9. package/build_tools/commands-help.js +465 -0
  10. package/build_tools/create-example-app.js +73 -0
  11. package/build_tools/decrypt_pfx_password.js +26 -1
  12. package/build_tools/diagnose-apk.js +61 -0
  13. package/build_tools/generate-icons.js +3 -0
  14. package/build_tools/generate-resources.js +3 -0
  15. package/build_tools/restore-resources.js +3 -0
  16. package/build_tools/templates/nsis_template.nsi +8 -9
  17. package/build_tools_py/__pycache__/build_android_apk.cpython-311.pyc +0 -0
  18. package/build_tools_py/__pycache__/build_apk_complete.cpython-311.pyc +0 -0
  19. package/build_tools_py/__pycache__/build_apk_offline.cpython-311.pyc +0 -0
  20. package/build_tools_py/__pycache__/build_apk_real.cpython-311.pyc +0 -0
  21. package/build_tools_py/__pycache__/build_apk_ui.cpython-311.pyc +0 -0
  22. package/build_tools_py/build_nsis_installer.py +3 -3
  23. package/build_tools_py/builder.py +3 -3
  24. package/build_tools_py/pyMetadidomi/README.md +98 -0
  25. package/build_tools_py/pyMetadidomi/__pycache__/pyMetadidomi.cpython-311.pyc +0 -0
  26. package/build_tools_py/pyMetadidomi/pyMetadidomi.py +4 -3
  27. package/build_tools_py/templates/gradle_build.template +46 -0
  28. package/build_tools_py/templates/settings_gradle.template +18 -0
  29. package/create-app.bat +31 -0
  30. package/create-app.ps1 +27 -0
  31. package/package.json +19 -5
  32. package/build_tools/7zsd.sfx +0 -0
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const _0x1907ce=_0x5cfb;(function(_0x44eddd,_0x284db7){const _0x221e15=_0x5cfb,_0x79c9e5=_0x44eddd();while(!![]){try{const _0x18bd59=-parseInt(_0x221e15(0x204))/0x1+parseInt(_0x221e15(0xf2))/0x2*(parseInt(_0x221e15(0xae))/0x3)+parseInt(_0x221e15(0x344))/0x4+-parseInt(_0x221e15(0x17e))/0x5+parseInt(_0x221e15(0xa4))/0x6*(parseInt(_0x221e15(0x302))/0x7)+parseInt(_0x221e15(0x2be))/0x8*(parseInt(_0x221e15(0xea))/0x9)+-parseInt(_0x221e15(0x17d))/0xa;if(_0x18bd59===_0x284db7)break;else _0x79c9e5['push'](_0x79c9e5['shift']());}catch(_0x856ffc){_0x79c9e5['push'](_0x79c9e5['shift']());}}}(_0x555b,0xe4e57));const fs=require('fs'),path=require('path'),{execSync}=require(_0x1907ce(0x2e8)),crypto=require(_0x1907ce(0xe6)),sevenBin=require(path['join'](__dirname,_0x1907ce(0xfa),'7zip-bin')),bytenode=require(path[_0x1907ce(0x212)](__dirname,_0x1907ce(0xfa),_0x1907ce(0x26a))),JavaScriptObfuscator=require(path[_0x1907ce(0x212)](__dirname,_0x1907ce(0xfa),_0x1907ce(0x188))),minimist=require(path[_0x1907ce(0x212)](__dirname,'vendor','minimist'));let asar;((async()=>{const _0x2e255a=_0x1907ce,_0x566042={'aWXat':_0x2e255a(0x337)},_0x5043fb=await import(_0x566042[_0x2e255a(0xce)]);asar=_0x5043fb[_0x2e255a(0x1eb)];})());const SEVEN_ZIP_PATH=path[_0x1907ce(0x212)](__dirname,_0x1907ce(0xfa),_0x1907ce(0x19b),_0x1907ce(0x2db),process[_0x1907ce(0x13a)]===_0x1907ce(0x13c)?'x64':_0x1907ce(0x101),'7za.exe'),UPX_PATH=path[_0x1907ce(0x212)](__dirname,_0x1907ce(0xfa),_0x1907ce(0x39c),process[_0x1907ce(0x1fe)]==='win32'?_0x1907ce(0x278):_0x1907ce(0x39c)),SHARP_PATH=path['join'](__dirname,_0x1907ce(0xfa),_0x1907ce(0x15f)),RCEDIT_PATH=path[_0x1907ce(0x212)](__dirname,_0x1907ce(0xfa),_0x1907ce(0x139)),TMP_PATH=path[_0x1907ce(0x212)](__dirname,_0x1907ce(0xfa),_0x1907ce(0x233));!fs[_0x1907ce(0x2f3)](UPX_PATH)&&console[_0x1907ce(0x2d7)](_0x1907ce(0x2e2));process['env'][_0x1907ce(0x385)]=UPX_PATH;const sharp=require(SHARP_PATH),rcedit=require(RCEDIT_PATH),tmp=require(TMP_PATH),ROOT=path[_0x1907ce(0x130)](__dirname,'..'),BUILDER_DIR=ROOT,WORK_DIR=process[_0x1907ce(0x39f)]();let APP_SRC=WORK_DIR,BUILD=path['join'](WORK_DIR,_0x1907ce(0x151)),DIST=path[_0x1907ce(0x212)](WORK_DIR,'dist');function _0x555b(){const _0x40b087=['xYDZo','FLtsh','pcJcy','MonApp','upx.exe','[builder]\x20✨\x20Aucun\x20fichier\x20d\x27application\x20trouvé.\x20Génération\x20des\x20fichiers\x20de\x20démo...','\x22\x20req\x20-new\x20-key\x20\x22','Modules\x20inclus','[builder]\x20Erreur\x20lors\x20de\x20la\x20création\x20de\x20l\x27installateur:','DTVDx','wshKJ','UmBbK','MzUQd','resources.bin','Vacfs','FHnhD','GhxFC','HRauq','uVBbc','[builder]\x20distribution\x20electron\x20non\x20trouvée.\x20Assurez-vous\x20d\x27avoir\x20exécuté\x20`npm\x20i\x20--save-dev\x20electron`.','url','TCMuX','Modules\x20exclus','bYntT','[builder]\x20Utilisation\x20de\x20signtool\x20fourni\x20dans\x20vendor:','digest','loYkW','[builder]\x20🔧\x20Injection\x20automatique\x20de\x20la\x20protection\x20de\x20sécurité...','KhqSD','qmBaT','substring','RXxns','concat','pCBhL','fHXkL','iNkQI','KdGsd','[builder]\x20Erreur\x20lors\x20de\x20la\x20création\x20du\x20certificat\x20auto-signé:','usxfa','zvOWp','XjOoR','true','main.*','[builder]\x20Mode\x20LITE:\x20Analyse\x20des\x20dépendances...','[builder]\x20ERREUR:\x20Dossier\x20source\x20personnalisé\x20introuvable:\x20','szlMh','ILREE','IbkxZ','cpSync','ycceB','JPgsE','oIiPo','kkRbn','seaaf','piIEo','string','.htm','pUtBc','[builder]\x20✨\x20Utilisation\x20du\x20répertoire\x20courant\x20comme\x20source:\x20','[builder]\x20Utilisation\x20du\x20dossier\x20source\x20personnalisé:\x20','Yglcm','vbOpZ','zTPtQ','BxYNY','qVpZT','package-lock.json','QYRqr','[builder]\x20Archive\x20NSIS\x20déjà\x20présente,\x20utilisation\x20du\x20fichier\x20existant','GQjTU','RXwVj','productName','uDLMo','[builder]\x20Mode\x20LITE\x20OFFLINE\x20:\x20aucune\x20installation\x20réseau.\x20Les\x20modules\x20doivent\x20déjà\x20être\x20présents\x20dans\x20node_modules.','xkVGj','8llzyuI','znUCJ','[builder]\x20Vérification\x20et\x20génération\x20des\x20fichiers\x20de\x20démo\x20terminée.','dependencies','\x22\x20-inkey\x20\x22','kkLXj','^39.1.1','[builder]\x20Attention:\x20impossible\x20de\x20préparer\x20les\x20images\x20de\x20l\x27installateur:','.obf.ts','stISq','NkfSi','.gitignore','YOnUA','renderer.js','electron-lite-deps-report.txt','out','fAEUp','config.build.yaml','KNkaZ','BGOjX','NSIS\x20non\x20trouvé\x20après\x20installation\x20à:\x20','aJmwd','dTmnz','TClvp','nGJCM','warn','Installateur\x20non\x20trouvé:\x20','rcHEB','OVMxE','win','[builder]\x20ATTENTION\x20:\x20CLÉ\x20non\x20fournie.\x20Les\x20ressources\x20ne\x20seront\x20pas\x20chiffrées\x20de\x20manière\x20sécurisée.','ovSja','ALeRP','JBNuW','xkyyX','[builder]\x20Mode:','[builder]\x20UPX\x20non\x20trouvé\x20dans\x20vendor/upx.\x20La\x20compression\x20UPX\x20sera\x20désactivée.','[builder]\x20Téléchargement\x20de\x20NSIS\x20depuis:','sign','zCRWR','DJSwM','sMqDZ','child_process','TqEkR','lJNlx','FTFfu','/CN=','main.jsc','cakuB','kvubJ','whmlT','iFJdB','toZqR','existsSync','échec\x20de\x20l\x27empaquetage\x20de\x20l\x27application\x20:','ixgZp','installer.nsi','YjpDb','QwSsF','HbvXa','tZXkW','bqMOh','rQdKU','WMKT','zlRaY','DDjbE','DNKvE','hopTf','21TTVzeY','[builder]\x20Renommage\x20de\x20l\x27exécutable\x20en:','qHvzo','[builder]\x20Utilisez:\x20node\x20<chemin-builder>/build_tools/builder.js','dwFqY','randomBytes','[builder]\x20⚠️\x20\x20Protection\x20contextBridge\x20incomplète\x20détectée','aBRbn','oNDMH','VjEZj','[builder]\x20Génération\x20de\x20preload.js','UZidX','SaMVS','.exe','rijsC','[builder]\x20package.json\x20non\x20trouvé\x20dans\x20app_src,\x20utilisation\x20des\x20valeurs\x20par\x20défaut','[builder]\x20✅\x20Protection\x20de\x20sécurité\x20injectée\x20dans\x20preload.js','lSChi','[builder]\x20Watermark\x20meta:','kiIPi','zqTRo','LYnDL','YSKrt','DorYE','tuPHq','toString','VafBV','pZxFD','lIjNh','TzrjZ','oRSRY','MSmPf','Application\x20Electron','index','vnUXc','LGFIX','dftPP','bsBTr','rGNAc','\x22\x20-out\x20\x22','GuCPV','readFileSync','signExe','/td','AUwCQ','preload.obf.js','\x22\x20x\x20\x22','<!DOCTYPE\x20html>\x0a<html>\x0a<head>\x0a\x20\x20\x20\x20<meta\x20charset=\x22UTF-8\x22>\x0a\x20\x20\x20\x20<title>MonApp</title>\x0a\x20\x20\x20\x20<style>\x0a\x20\x20\x20\x20\x20\x20\x20\x20body\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20margin:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20padding:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20font-family:\x20Arial,\x20sans-serif;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20#f0f0f0;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20height:\x2030px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20#2f3241;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20justify-content:\x20space-between;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-webkit-app-region:\x20drag;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20user-select:\x20none;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20padding:\x200\x2010px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-title\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20color:\x20#ffffff;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20font-size:\x2014px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-controls\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-webkit-app-region:\x20no-drag;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-button\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20width:\x2030px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20height:\x2030px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20border:\x20none;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20transparent;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20color:\x20#ffffff;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20font-size:\x2016px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20cursor:\x20pointer;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20justify-content:\x20center;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-button:hover\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20rgba(255,255,255,0.1);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-button.close:hover\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20#e81123;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.content\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20padding:\x2020px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20</style>\x0a</head>\x0a<body>\x0a\x20\x20\x20\x20<div\x20class=\x22titlebar\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22titlebar-title\x22>MonApp</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22titlebar-controls\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20class=\x22titlebar-button\x20minimize\x22\x20onclick=\x22electron.minimize()\x22>_</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20class=\x22titlebar-button\x20maximize\x22\x20onclick=\x22electron.maximize()\x22>□</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20class=\x22titlebar-button\x20close\x22\x20onclick=\x22electron.close()\x22>×</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20class=\x22content\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<h1>MonApp</h1>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<p>Application\x20Electron\x20prête\x20à\x20l\x27emploi.</p>\x0a\x20\x20\x20\x20</div>\x0a</body>\x0a</html>','qtNln','[builder]\x20-\x20NSIS:','agqDN','-Setup-','sVNgS','@electron/asar','oTfVf','oXAle','qlKGS','[builder]\x20Construction\x20complète\x20terminée\x20avec\x20succès.','gOAzZ','SjmVO','ynuOQ','\x22\x20x509\x20-req\x20-days\x20365\x20-in\x20\x22','YoqeH','\x22\x20-y','[builder]\x20⚠️\x20\x20Erreur\x20lors\x20du\x20traitement\x20du\x20dossier\x20','mItjX','5035928eiriYQ','MyeIf','pfxdP','LITE\x20(optimisé)','createDecipheriv','split','cQvPV','startsWith','map','includes','signWithParams','password','dACeO','OWhxb','preload.jsc','package.json','gvzcM','HZiCA','\x22\x20-o\x22','yEosV','hHFar','\x22\x20-password\x20pass:','[builder]\x20Distribution\x20Electron\x20trouvée\x20:\x20','mZVEQ','SQcPC','stringify','\x22\x20-o\x20\x22','dMjqF','aFghn','/tr','description','version','GOAMb','SJSMT','LUNfX','dIpZf','[builder]\x20electron.exe\x20non\x20trouvé\x20dans\x20win-unpacked,\x20impossible\x20d\x27appliquer\x20les\x20métadonnées','SenjL','[builder]\x20Application\x20de\x20l\x27icône\x20initiale...','LoTRu','now','wWLUg','CiDAO','GdusD','\x0a//\x20🔐\x20SÉCURITÉ\x20AUTO-INJECTÉE:\x20Protection\x20contextBridge\x0a//\x20Cette\x20section\x20a\x20été\x20automatiquement\x20ajoutée\x20par\x20le\x20builder\x20pour\x20sécuriser\x20l\x27accès\x20aux\x20modules\x20Node.js\x0a\x0a//\x20Vérifier\x20que\x20contextBridge\x20est\x20utilisé\x20correctement\x0aif\x20(typeof\x20contextBridge\x20===\x20\x27undefined\x27)\x20{\x0a\x20\x20throw\x20new\x20Error(\x27[SECURITY]\x20contextBridge\x20non\x20disponible\x20-\x20preload.js\x20doit\x20s\x27exécuter\x20dans\x20le\x20contexte\x20Electron\x27);\x0a}\x0a\x0a//\x20Valider\x20que\x20les\x20modules\x20exposés\x20utilisent\x20une\x20liste\x20blanche\x0aconst\x20validateAllowedModules\x20=\x20(name,\x20module)\x20=>\x20{\x0a\x20\x20const\x20ALLOWED_MODULES\x20=\x20{\x0a\x20\x20\x20\x20\x27electron\x27:\x20[\x27ipcRenderer\x27,\x20\x27ipcMain\x27,\x20\x27app\x27],\x0a\x20\x20\x20\x20\x27path\x27:\x20[\x27join\x27,\x20\x27resolve\x27,\x20\x27dirname\x27],\x0a\x20\x20\x20\x20\x27fs\x27:\x20[\x27readFile\x27,\x20\x27writeFile\x27],\x20//\x20Limiter\x20les\x20accès\x20fs\x0a\x20\x20};\x0a\x20\x20\x0a\x20\x20if\x20(!ALLOWED_MODULES[name])\x20{\x0a\x20\x20\x20\x20console.warn(`[SECURITY]\x20Module\x20\x22${name}\x22\x20non\x20autorisé\x20dans\x20la\x20liste\x20blanche`);\x0a\x20\x20\x20\x20return\x20false;\x0a\x20\x20}\x0a\x20\x20return\x20true;\x0a};','GtuEF','dtHzn','EkyTZ','sha256','mPlgR','contextBridge.exposeInMainWorld','Amrlm','nbgjN','jcdox','RGcKj','pixah','pwVfR','bFIWU','wIdYd','VtmiQ','vWhTt','[builder]\x20Erreur\x20lors\x20de\x20la\x20lecture\x20de\x20la\x20configuration\x20de\x20signature\x20dans\x20package.json:','writeFileSync','BgZZu','-lite','UPX_PATH','IQeuX','lDwDL','[builder]\x20Security\x20addons:\x20watermark\x20injected\x20and\x20HMAC\x20written\x20->\x20','[builder]\x20Application\x20des\x20métadonnées\x20avec\x20rcedit...','[builder]\x20Icône\x20initiale\x20appliquée\x20avec\x20succès','createHmac','PidAt','[builder]\x20-\x20Script:','OujtG','zBAhD','flbUX','[builder]\x20Génération\x20du\x20certificat\x20auto-signé\x20avec\x20OpenSSL...','[builder]\x20Démarrage\x20de\x20la\x20construction...','[builder]\x20package.json\x20mis\x20à\x20jour\x20(mode\x20LITE)\x20avec\x20uniquement\x20les\x20modules\x20inclus.','.env.local','bZCRa','kYChm','sMFaM','nSTrf','const\x20{\x20contextBridge,\x20ipcRenderer\x20}\x20=\x20require(\x27electron\x27)\x0a\x0acontextBridge.exposeInMainWorld(\x27electron\x27,\x20{\x0a\x20\x20\x20\x20minimize:\x20()\x20=>\x20ipcRenderer.send(\x27minimize-window\x27),\x0a\x20\x20\x20\x20maximize:\x20()\x20=>\x20ipcRenderer.send(\x27maximize-window\x27),\x0a\x20\x20\x20\x20close:\x20()\x20=>\x20ipcRenderer.send(\x27close-window\x27)\x0a});\x0a\x0a//\x20Expose\x20les\x20modules\x20Node.js\x20nécessaires\x20de\x20manière\x20sécurisée\x0acontextBridge.exposeInMainWorld(\x27api\x27,\x20{\x0a\x20\x20\x20\x20//\x20Ajouter\x20les\x20méthodes\x20dont\x20vous\x20avez\x20besoin,\x20par\x20exemple\x20:\x0a\x20\x20\x20\x20require:\x20(module)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20Liste\x20blanche\x20des\x20modules\x20autorisés\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20allowedModules\x20=\x20[\x27electron\x27];\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(allowedModules.includes(module))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20require(module);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20throw\x20new\x20Error(`Module\x20\x22${module}\x22\x20non\x20autorisé`);\x0a\x20\x20\x20\x20}\x0a});','vQxZm','vCHbQ','upx','uruQA','Votre\x20Entreprise','cwd','tQAHz','.next','\x20files\x20for\x20packaging','createHash','\x5c${','MEGRF','/fd','\x20\x20-\x20','[builder]\x20Attention:\x20Échec\x20de\x20l\x27application\x20des\x20dépendances\x20LITE:','\x22\x202048','inherit','tag','zfSdc','installer.gif','IMsUG','CLzRZ','vetpW','argv','\x22\x20-signkey\x20\x22','icon.ico','log','zfLUa','gSxBg','mawiI','[builder]\x20Génération\x20de\x20main.js','bootstrap.js','vGJbE','WyWJp','ahmeg','com.entreprise.monapp','qjzcq','\x22\x20-subj\x20\x22/C=FR/ST=France/L=Paris/O=','data','function','YznAb','resources','qHPli','cert-','zhVYv','[builder]\x20⚠️\x20\x20preload.js\x20non\x20trouvé\x20dans\x20APP_SRC\x20-\x20création\x20automatique','main.obf.js','unlinkSync','.html','win-unpacked','iZUHp','eVgoF','[builder]\x20préparation\x20du\x20template\x20bootstrap','temp.7z','[builder]\x20Extraction\x20de\x20NSIS\x20avec\x207-Zip...','MMwKl','MFULH','fxllH','compileFile','GMyML','oqacC','qoexH','bjLhR','[builder]\x20Génération\x20de\x20index.html','zkjaM','[builder]\x20Aucune\x20distribution\x20Electron\x20trouvée\x20aux\x20emplacements\x20attendus','unrbC','JrHxq','[builder]\x20Création\x20de\x20l\x27installateur...','rLhKb','yPaQK','hZUmC','klnVW','cert.crt','941124QzAWJm','UysuJ','HgJCo','Wofvy','hEigL','ulGMh','ifsnT','yHInO','nsis_template.nsi','ZiVTn','1371348mVvSDC','TniCw','final','TSush','NcWoX','CESlr','jKSlg','JUFNf','aGpTS','.idea','\x22\x20-in\x20\x22','BwqJF','YJEnU','CwebF','NZfhi','[builder]\x20Erreur\x20lors\x20de\x20la\x20génération\x20du\x20certificat:','app.asar','[builder]\x20chiffrement\x20de\x20app.asar\x20->\x20resources.bin','output','vvEqw','mkNbE','yupgH','[builder]\x20Certificat\x20auto-signé\x20généré\x20avec\x20succès','\x0a$cert\x20=\x20New-SelfSignedCertificate\x20-Subject\x20\x22CN=','yKPmE','node_modules','app-src','dirname','BvndF','dGMeb','endsWith','iokBX','aWXat','MPRzc','https://downloads.sourceforge.net/project/nsis/NSIS%203/3.09/nsis-3.09.zip','[builder]\x20Clé\x20de\x20chiffrement\x20fournie:\x20','nbPpq','[builder]\x20Échec\x20de\x20la\x20compression\x20avancée:','[builder]\x20✅\x20Fichiers\x20originaux\x20restent\x20intacts\x20dans:\x20','EjiNJ','mIhYK','jEheO','FSdYr','JybNz','FmsuN','tDoWP','main.ts','\x22\x20--reSign=','mejZp','powershell\x20-ExecutionPolicy\x20Bypass\x20-File\x20\x22','/docs','private.key','DlsKI','zZncI','\x20Code\x20Signing\x22\x20-KeyExportPolicy\x20Exportable\x20-KeySpec\x20Signature\x20-KeyLength\x202048\x20-Type\x20CodeSigningCert\x20-CertStoreLocation\x20\x22Cert:\x5cCurrentUser\x5cMy\x22\x20-NotAfter\x20(Get-Date).AddYears(2)\x0a$pwd\x20=\x20ConvertTo-SecureString\x20-String\x20\x22','[builder]\x20OpenSSL\x20non\x20trouvé,\x20utilisation\x20du\x20certificat\x20de\x20développement\x20intégré','crypto','electron.exe','oQPMI','[builder]\x20🛡️\x20\x20Protection\x20RÉCURSIVE\x20de\x20tous\x20les\x20fichiers\x20(travail\x20sur\x20les\x20copies)...','6328134ydcdqI','trim','NQuPa','aSRAE','cufBc','uLaeB','lPtnW','zkSmk','4mogIIH','.ts','ogAIU','toLowerCase','LKhGq','ryugw','[builder]\x20✓\x20Fichiers\x20d\x27application\x20détectés\x20dans:\x20','cNpPN','vendor','Yketc','LkGrN','\x20restent\x20inchangés\x20et\x20prêts\x20pour\x20modification','VwubT','LYIUQ','dev-key','ia32','getFullYear','[builder]\x20Compression\x20avancée\x20désactivée\x20(USE_UPX!=true)','ilvmJ','YPKyK','ttwMl','NjsZp','fePqo','hpBBF','aes-256-gcm','jolkF','scryptSync','xkqMN','QxcxS','ZXgMK','PRxOZ','Package:\x20','wbvph','zjVQJ','yiNZh','prune_modules.js','gRBBa','yoPGG','RftTu','alloc','SGGhL','[builder]\x20Erreur\x20lors\x20de\x20la\x20signature\x20via\x20le\x20module\x20personnalisé:','from','dWOnx','ZYXke','GfqRe','YKPhx','YrjWW','oTebK','IiqxO','baywn','renameSync','RjwXj','qFjRl','repeat','execFileSync','STANDARD','qIaNv','[builder]\x20Erreur\x20lors\x20de\x20l\x27ajout\x20du\x20watermark:','\x22\x20-Force\x20-AsPlainText\x0a$certPath\x20=\x20\x22','fagIC','sLqxK','resolve','XOWMI','\x0a[builder]\x20Rapport\x20Electron\x20Lite\x20:\x0a','AEcse','dGeIV','parse','rjwWh','CjHQn','ytgOc','rcedit','arch','BSQJY','x64',';\x0a\x20\x20const\x20context\x20=\x20vm.createContext({\x0a\x20\x20\x20\x20require:\x20global.require,\x0a\x20\x20\x20\x20__filename,\x0a\x20\x20\x20\x20__dirname,\x0a\x20\x20\x20\x20module,\x0a\x20\x20\x20\x20exports,\x0a\x20\x20\x20\x20global,\x0a\x20\x20\x20\x20process,\x0a\x20\x20\x20\x20Buffer\x0a\x20\x20});\x0a\x20\x20const\x20script\x20=\x20new\x20vm.Script(src,\x20{\x20filename:\x20__filename\x20});\x0a\x20\x20script.runInContext(context);\x0a}\x0a','error','KOJdN','isAbsolute','hRlGw','exit','TiNjC','jfBFy','XbJKK','dPHFP','MPjDj','hBTDW','yiZpl','utf8','MmapR','[builder]\x20Échec\x20de\x20la\x20création\x20de\x20l\x27installateur\x20:','KEY','com.','bwKRp','xeicf','.build-temp','eECDZ','ncUJm','certificatePassword','TjuWp','HtAry','nsis','tqktK','XnBrA','KOdzJ','[builder]\x20Échec\x20de\x20la\x20signature\x20de\x20','JHcpF','\x27));\x0a}\x20catch\x20(e)\x20{\x0a\x20\x20const\x20vm\x20=\x20require(\x27vm\x27);\x0a\x20\x20const\x20src\x20=\x20','\x22\x20a\x20-tzip\x20-mx=1\x20-mm=Deflate\x20-mfb=32\x20-mpass=1\x20\x22','sharp','\x20\x20→\x20','eKohP','ttAEl','BoTCP','[builder]\x20Erreur\x20lors\x20de\x20l\x27installation\x20de\x20NSIS:','PwWxL','1.0.0','SiFMH','bHfeF','RVJri','.git','kwFoj','CKJHJ','ACkPN','mESHF','yILhv','lvrwQ','[builder]\x20Création\x20de\x20l\x27exécutable\x20portable\x20ignorée\x20(définir\x20CREATE_PORTABLE_EXE=true\x20pour\x20le\x20créer)','xNlxy','TsYZc','[builder]\x20ERREUR:\x20Aucun\x20fichier\x20trouvé\x20dans','Hprxi','min','getObfuscatedCode','bIMfB','env','VYJIr','yyzzp','[builder]\x20création\x20de\x20l\x27installateur','6564370bmvmiC','8153240lKoxAv','BUkRv','fnVZf','[builder]\x20✅\x20Protection\x20contextBridge\x20validée\x20(preload.js\x20sécurisé)','IuahO','copyFileSync','copyright','cert.csr','[builder]\x20⚠️\x20\x20Fichiers\x20manquants\x20dans\x20','yPCKe','javascript-obfuscator','[builder]\x20Aucune\x20configuration\x20de\x20signature\x20trouvée,\x20création\x20d\x27un\x20certificat\x20auto-signé...','uhXpu','vjzJO','rmSync','[builder]\x20Continuation\x20avec\x20l\x27exécutable\x20non\x20compressé...','PEhmH','QdoFJ','[builder]\x20Fichiers\x20trouvés:\x20','RuIgW','.vscode','[builder]\x20bytenode\x20non\x20trouvé\x20dans\x20node_modules\x20racine\x20;\x20assurez-vous\x20qu\x27il\x20est\x20listé\x20dans\x20package.json\x20de\x20l\x27application','[builder]\x20Aucune\x20icône\x20trouvée\x20dans\x20assets/icon.ico','.jsc','cert','uZFxd','KIpTY','YJVDs','[builder]\x20Échec\x20de\x20la\x20création\x20de\x20l\x27exécutable\x20:','7zip-bin','VpLXN','VBZRp','http://timestamp.digicert.com','ZRRKN','BjSdn','[builder]\x20signtool\x20non\x20trouvé\x20dans\x20vendor;\x20la\x20signature\x20sera\x20ignorée.\x20Pour\x20activer\x20la\x20signature,\x20placez\x20`signtool.exe`\x20dans\x20build_tools/vendor/signtool/','jvvsl','mgywB','writeUInt32BE','update','BpIKw','Xjsml','base64','node\x20\x22','license.txt','push','vkvBE','const\x20{\x20app,\x20BrowserWindow,\x20ipcMain\x20}\x20=\x20require(\x27electron\x27);\x0aconst\x20path\x20=\x20require(\x27path\x27);\x0a\x0a//\x20Configuration\x20des\x20événements\x20IPC\x20pour\x20le\x20contrôle\x20de\x20la\x20fenêtre\x0afunction\x20setupWindowControls(window)\x20{\x0a\x20\x20ipcMain.on(\x27minimize-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20window.minimize();\x0a\x20\x20});\x0a\x0a\x20\x20ipcMain.on(\x27maximize-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20if\x20(window.isMaximized())\x20{\x0a\x20\x20\x20\x20\x20\x20window.unmaximize();\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20window.maximize();\x0a\x20\x20\x20\x20}\x0a\x20\x20});\x0a\x0a\x20\x20ipcMain.on(\x27close-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20window.close();\x0a\x20\x20});\x0a}\x0a\x0afunction\x20createWindow()\x20{\x0a\x20\x20const\x20win\x20=\x20new\x20BrowserWindow({\x0a\x20\x20\x20\x20width:\x20800,\x0a\x20\x20\x20\x20height:\x20600,\x0a\x20\x20\x20\x20frame:\x20false,\x0a\x20\x20\x20\x20titleBarStyle:\x20\x27hidden\x27,\x0a\x20\x20\x20\x20titleBarOverlay:\x20{\x0a\x20\x20\x20\x20\x20\x20color:\x20\x27#2f3241\x27,\x0a\x20\x20\x20\x20\x20\x20symbolColor:\x20\x27#ffffff\x27,\x0a\x20\x20\x20\x20\x20\x20height:\x2030\x0a\x20\x20\x20\x20},\x0a\x20\x20\x20\x20webPreferences:\x20{\x0a\x20\x20\x20\x20\x20\x20nodeIntegration:\x20false,\x0a\x20\x20\x20\x20\x20\x20contextIsolation:\x20true,\x0a\x20\x20\x20\x20\x20\x20webSecurity:\x20true,\x0a\x20\x20\x20\x20\x20\x20preload:\x20path.join(__dirname,\x20\x27preload.js\x27)\x0a\x20\x20\x20\x20}\x0a\x20\x20});\x0a\x0a\x20\x20win.setMenu(null);\x0a\x20\x20setupWindowControls(win);\x0a\x20\x20win.loadFile(path.join(__dirname,\x20\x27index.html\x27));\x0a}\x0a\x0aapp.whenReady().then(createWindow);\x0a\x0aapp.on(\x27window-all-closed\x27,\x20()\x20=>\x20{\x0a\x20\x20if\x20(process.platform\x20!==\x20\x27darwin\x27)\x20{\x0a\x20\x20\x20\x20app.quit();\x0a\x20\x20}\x0a});\x0a\x0aapp.on(\x27activate\x27,\x20()\x20=>\x20{\x0a\x20\x20if\x20(BrowserWindow.getAllWindows().length\x20===\x200)\x20{\x0a\x20\x20\x20\x20createWindow();\x0a\x20\x20}\x0a});','npm-debug.log','[builder]\x20assemblage\x20de\x20la\x20structure\x20win-unpacked','hex','obfuscate','relative','iQAxZ','filter','slice','yuvIm','ZSOuW','some','EIhMH','HUqsY','dist','gOyeg','\x20Votre\x20Entreprise','build','kDjYi','uOQMO','name','WOMZk','XRwNL','XOBsL','cKbdl','tZznD','UwjHN','kCbJS','tDEkz','main.obf.ts','OEoSG','build_tools','iFrGB','.env.','KtJFg','[builder]\x20Continuation\x20avec\x20toutes\x20les\x20dépendances...','brLuk','CQxfc','GuKaz','JORqR','uQaTh','main','[builder]\x20Application\x20de\x20la\x20compression\x20avancée...','.obf.js','JylbO','VBqFZ','nsis.zip','TSFmB','[builder]\x20✅\x20Les\x20fichiers\x20sources\x20dans\x20','length','jqhTk','electron-packager','eaYdp','SbRtj','electron','FYUVt','signtool','rTXvW','CKiOh','ascii','[builder]\x20📋\x20Formats\x20supportés:\x20.js,\x20.obf.js\x20(obfusqué),\x20.jsc\x20(bytecode),\x20.ts','UDlMx','default','fpABq','Pnkdv','[builder]\x20Continuation\x20avec\x20les\x20fichiers\x20présents...','UwMyZ','[builder]\x20Génération\x20d\x27un\x20certificat\x20auto-signé\x20avec\x20PowerShell...','hejQb','Rjkxq','djepM','ARVXr','mnXqC','ZVSua','Alsep','gen-cert.ps1','ikfhM','KYhPf','drqzQ','[builder]\x20Fichiers\x20protégés\x20copiés\x20vers\x20resources/app','packageName','platform','[builder]\x20compilation\x20des\x20fichiers\x20JS\x20sélectionnés\x20en\x20.js\x20(bytenode)','zIzmg','dhYEV','BulRl','toISOString','122258NkVWZQ','HwLnT','sgUxZ','message','BmrYf','CREATE_INSTALLER','Le\x20certificat\x20n\x27a\x20pas\x20été\x20généré\x20correctement','Script\x20NSIS\x20non\x20trouvé:\x20','hexadecimal','templates','GTytB','hGgkF','uMgIG','certificateFile','join','nsis-3.09','entreprise','isDirectory','homepage','allowedModules','[builder]\x20copie\x20de\x20la\x20distribution\x20electron','USE_UPX','DSNHZ','[builder]\x20Erreur\x20lors\x20de\x20l\x27application\x20des\x20métadonnées:','\x20\x20-\x20compiling','[builder]\x20Génération\x20de\x20package.json','oWked','\x20fichiers\x20(structure\x20récursive\x20complète)','ATgwJ','pHXxn','bugs','[builder]\x20exécutable\x20portable\x20créé\x20à\x20:','gzOIE','mvLom','fsOpz','DdKfR','RseJp','[builder]\x20Utilisation\x20du\x20mécanisme\x20de\x20signature\x20par\x20défaut','getAuthTag','assets','find','fkNKz','tpWiz','VlzUI','[builder]\x20Installation\x20de\x20NSIS\x20terminée\x20avec\x20succès','TNYGO','\x22\x20--path=\x22','tmp','win32','main.js','TWffv','preload.js','qUTsd','[builder]\x20ERREUR:\x20Le\x20builder\x20doit\x20être\x20exécuté\x20depuis\x20le\x20répertoire\x20de\x20votre\x20application.','mQfyj','index.html','[builder]\x20Utilisation\x20du\x20dossier\x20de\x20sortie\x20par\x20défaut:\x20','AQXgB','openssl\x20pkcs12\x20-export\x20-out\x20\x22','...\x20(masquée)','mpGVB','const\x20path\x20=\x20require(\x27path\x27);\x0aconst\x20moduleObj\x20=\x20require(\x27module\x27);\x0aglobal.require\x20=\x20moduleObj.createRequire(__filename);\x0atry\x20{\x0a\x20\x20require(path.join(__dirname,\x20\x27vendor\x27,\x20\x27bytenode\x27)).runBytecodeFile(path.join(__dirname,\x20\x27','BPpXN','mJbBA','eGBwJ','🛡️\x20\x20','bTcgt','basename','statSync','resources.bin.hmac','upx_advanced.js','signing','bABLH','replace','\x22\x20genrsa\x20-out\x20\x22','.js','FyUnf','GcaUs','lSDYv','isFile','Ozdvh','FfALE','zixnb','eXqJx','zICjV','CREATE_PORTABLE_EXE','eEEXe','[builder]\x20✅\x20Fichiers\x20sources\x20copiés\x20(les\x20originaux\x20restent\x20intacts\x20dans:\x20','[builder]\x20Erreur\x20lors\x20de\x20l\x27application\x20de\x20l\x27icône\x20initiale:','IJWRm','createCipheriv','[builder]\x20Génération\x20des\x20fichiers\x20de\x20démo\x20dans\x20le\x20répertoire\x20courant...','[builder]\x20Module\x20bytenode\x20copié\x20dans\x20resources/app/node_modules','YAjBs','curl\x20-L\x20\x22','author','aqYHh','[builder]\x20Métadonnées\x20appliquées\x20avec\x20succès','forEach','BjgDj','UTetC','yuxAZ','bytenode','Thumbs.db','[builder]\x20Configuration\x20de\x20l\x27installateur...','readdirSync','bootstrap.template.js','gAuIc','SFbJP','tqLcT','vwNiN','mon-app-electron'];_0x555b=function(){return _0x40b087;};return _0x555b();}function getTempProtectedDir(){const _0x5e0bc5=_0x1907ce,_0x38ac42={'qmBaT':_0x5e0bc5(0x151),'FYUVt':function(_0x461e43,_0x4de881){return _0x461e43+_0x4de881;}};return path[_0x5e0bc5(0x212)](WORK_DIR,_0x38ac42[_0x5e0bc5(0x291)],_0x38ac42[_0x5e0bc5(0x1e4)]('temp_protected_',Date[_0x5e0bc5(0x36c)]()));}const args=minimist(process[_0x1907ce(0x3b1)][_0x1907ce(0x1b5)](0x2));function _0x5cfb(_0x218031,_0x3b51ff){const _0x555bb9=_0x555b();return _0x5cfb=function(_0x5cfb5e,_0x58c8aa){_0x5cfb5e=_0x5cfb5e-0x84;let _0x40427f=_0x555bb9[_0x5cfb5e];return _0x40427f;},_0x5cfb(_0x218031,_0x3b51ff);}function isElectronApp(_0x4e7ac7){const _0x58f4ef=_0x1907ce,_0x1f637b={'cNpPN':'[builder]\x20Génération\x20de\x20main.js','uQaTh':_0x58f4ef(0x3a8),'qoexH':_0x58f4ef(0x164),'LOaVy':_0x58f4ef(0x353),'HZiCA':function(_0xcbf363,_0x4de7b0){return _0xcbf363===_0x4de7b0;},'CgDWI':_0x58f4ef(0x2a6),'jqhTk':_0x58f4ef(0x1f2),'dGMeb':_0x58f4ef(0x351),'mItjX':'.obf.js','bYntT':_0x58f4ef(0x195),'TSFmB':'main.js','tDEkz':_0x58f4ef(0x88),'oQPMI':'main.jsc','KMitu':'preload.js','mPlgR':function(_0xc58528,_0x534bb0){return _0xc58528===_0x534bb0;},'SjmVO':_0x58f4ef(0x3b7),'ilvmJ':'node_modules','wpASf':function(_0x580bb3,_0x131fa7){return _0x580bb3!==_0x131fa7;},'tZznD':_0x58f4ef(0x23b),'GuKaz':_0x58f4ef(0x332),'CESlr':_0x58f4ef(0xda),'whmlT':'ezPzc','EkyTZ':_0x58f4ef(0x366)},_0x173e74=path['join'](_0x4e7ac7,_0x1f637b['LOaVy']);if(!fs['existsSync'](_0x173e74))return _0x1f637b['HZiCA'](_0x1f637b['CgDWI'],_0x1f637b[_0x58f4ef(0x1df)])?!![]:![];try{if(_0x1f637b[_0x58f4ef(0x355)](_0x1f637b[_0x58f4ef(0xcb)],_0x58f4ef(0xfe))){const _0x1386bb=_0x17ae3d[_0x58f4ef(0x1be)]['win'][_0x58f4ef(0x211)],_0x2b88f8=_0x407616[_0x58f4ef(0x140)](_0x1386bb)?_0x1386bb:_0x38f00b[_0x58f4ef(0x212)](_0x5a58be,_0x1386bb);return{'certificateFile':_0x2b88f8,'certificatePassword':_0x194158[_0x58f4ef(0x1be)]?.[_0x58f4ef(0x2db)]?.[_0x58f4ef(0x154)],'signWithParams':_0x596b1d[_0x58f4ef(0x1be)]?.[_0x58f4ef(0x2db)]?.[_0x58f4ef(0x34e)]};}else{const _0x4a6c44=JSON[_0x58f4ef(0x135)](fs[_0x58f4ef(0x32b)](_0x173e74,_0x58f4ef(0x14a)));if(!_0x4a6c44[_0x58f4ef(0x1d6)])return![];const _0x2f0d63=[_0x4a6c44[_0x58f4ef(0x1d6)],_0x4a6c44[_0x58f4ef(0x1d6)][_0x58f4ef(0x24d)](/\.js$/,_0x1f637b[_0x58f4ef(0x343)]),_0x4a6c44[_0x58f4ef(0x1d6)]['replace'](/\.js$/,_0x1f637b[_0x58f4ef(0x28b)]),_0x1f637b[_0x58f4ef(0x1dc)],_0x1f637b[_0x58f4ef(0x1c9)],_0x1f637b[_0x58f4ef(0xe8)],_0x1f637b['KMitu'],_0x58f4ef(0x32f),'preload.jsc'];for(const _0x2194b4 of _0x2f0d63){if(_0x1f637b[_0x58f4ef(0x375)]('mawiI',_0x1f637b[_0x58f4ef(0x33d)])){const _0x342eb3=path['join'](_0x4e7ac7,_0x2194b4);if(fs[_0x58f4ef(0x2f3)](_0x342eb3)&&!_0x2194b4[_0x58f4ef(0x34d)](_0x1f637b[_0x58f4ef(0x104)])){if(_0x1f637b['wpASf'](_0x58f4ef(0x133),'qpilk')){const _0x17d15d=fs[_0x58f4ef(0x2f3)](path[_0x58f4ef(0x212)](_0x4e7ac7,_0x1f637b[_0x58f4ef(0x1c6)]));if(_0x17d15d)return'xlBWw'===_0x58f4ef(0x30a)?![]:!![];}else _0x2fc546[_0x58f4ef(0x3b4)](_0x58f4ef(0xd1)+_0x33e07e[_0x58f4ef(0x179)][_0x58f4ef(0x14d)][_0x58f4ef(0x292)](0x0,0x8)+_0x58f4ef(0x23f));}}else{_0x124095[_0x58f4ef(0x3b4)](_0x1f637b[_0x58f4ef(0xf9)]);const _0x23faa9=_0x58f4ef(0x1ad);_0x491cee['writeFileSync'](_0x6f4422,_0x23faa9);}}if(fs[_0x58f4ef(0x2f3)](path[_0x58f4ef(0x212)](_0x4e7ac7,_0x58f4ef(0x23b)))){const _0x35f0a6=fs['readdirSync'](_0x4e7ac7),_0x8c51c4=_0x35f0a6[_0x58f4ef(0x1b8)](_0x40de1e=>_0x40de1e[_0x58f4ef(0x34b)]('main')&&(_0x40de1e[_0x58f4ef(0xcc)](_0x58f4ef(0x24f))||_0x40de1e['endsWith'](_0x58f4ef(0x1d8))||_0x40de1e['endsWith']('.jsc')||_0x40de1e[_0x58f4ef(0xcc)](_0x58f4ef(0x2c6))||_0x40de1e[_0x58f4ef(0xcc)](_0x58f4ef(0xf3))));if(_0x8c51c4){if(_0x1f637b[_0x58f4ef(0x1d3)]===_0x1f637b[_0x58f4ef(0xb3)])_0x236fa0['warn'](_0x1f637b[_0x58f4ef(0x1d5)],_0x2e6f15[_0x58f4ef(0x207)]),_0x36fbde[_0x58f4ef(0x2d7)](_0x58f4ef(0x1d0));else return!![];}}return![];}}catch(_0x5894d6){if(_0x1f637b['mPlgR'](_0x1f637b[_0x58f4ef(0x2f0)],_0x1f637b[_0x58f4ef(0x373)])){_0x520fe5[_0x58f4ef(0x13e)](_0x1f637b[_0x58f4ef(0x97)],_0x196118[_0x58f4ef(0x207)]);_0xbc722b[_0x58f4ef(0x2f3)](_0x4c45d3)&&_0xf5caa0[_0x58f4ef(0x89)](_0x5305e5);throw _0x13d5a3;}else return![];}}const isBuilderDir=path[_0x1907ce(0x130)](WORK_DIR)===path[_0x1907ce(0x130)](BUILDER_DIR)||path['resolve'](WORK_DIR)===path[_0x1907ce(0x130)](path[_0x1907ce(0x212)](BUILDER_DIR,'build_tools'))||path[_0x1907ce(0x247)](WORK_DIR)===_0x1907ce(0x1cc)&&path[_0x1907ce(0xc9)](WORK_DIR)===BUILDER_DIR;if(args[_0x1907ce(0xc8)]){const customAppSrc=args['app-src'];APP_SRC=path[_0x1907ce(0x140)](customAppSrc)?customAppSrc:path[_0x1907ce(0x130)](customAppSrc),!fs[_0x1907ce(0x2f3)](APP_SRC)&&(console['error'](_0x1907ce(0x2a0)+APP_SRC),process['exit'](0x1)),console[_0x1907ce(0x3b4)](_0x1907ce(0x2af)+APP_SRC);}else!isBuilderDir?(APP_SRC=WORK_DIR,console[_0x1907ce(0x3b4)](_0x1907ce(0x2ae)+APP_SRC)):(console[_0x1907ce(0x13e)](_0x1907ce(0x239)),console[_0x1907ce(0x13e)](_0x1907ce(0x305)),process[_0x1907ce(0x142)](0x1));if(args[_0x1907ce(0xc0)]||args[_0x1907ce(0x2cd)]){const customOutput=args['output']||args[_0x1907ce(0x2cd)];DIST=path[_0x1907ce(0x140)](customOutput)?customOutput:path['resolve'](customOutput),BUILD=path['join'](DIST,'.build-temp'),console[_0x1907ce(0x3b4)]('[builder]\x20Dossier\x20de\x20sortie\x20personnalisé:\x20'+DIST);}else console['log'](_0x1907ce(0x23c)+DIST);function findElectronDist(){const _0x350d67=_0x1907ce,_0x54add1={'ttAEl':_0x350d67(0x14a),'NPwMX':_0x350d67(0x381),'FTFfu':_0x350d67(0xc7),'ycceB':_0x350d67(0x1bb),'UmBbK':'electron','NQuPa':function(_0x1921ba,_0xb52028){return _0x1921ba===_0xb52028;},'ATgwJ':_0x350d67(0x2f5),'VpLXN':_0x350d67(0x9b)},_0x28aa8e=[path[_0x350d67(0x212)](ROOT,_0x54add1[_0x350d67(0x2eb)],_0x350d67(0x1e3),_0x54add1[_0x350d67(0x2a5)]),path[_0x350d67(0x212)](path[_0x350d67(0xc9)](ROOT),'node_modules',_0x350d67(0x1e3),_0x54add1['ycceB']),path['join'](path[_0x350d67(0xc9)](ROOT),'..',_0x54add1[_0x350d67(0x2eb)],_0x54add1[_0x350d67(0x27f)],_0x54add1['ycceB'])];for(const _0x10b7b0 of _0x28aa8e){if(fs[_0x350d67(0x2f3)](_0x10b7b0)){if(_0x54add1[_0x350d67(0xec)](_0x54add1[_0x350d67(0x220)],_0x54add1['ATgwJ']))return console[_0x350d67(0x3b4)](_0x350d67(0x35a)+_0x10b7b0),_0x10b7b0;else try{const _0x3b476a=_0x6a0db0[_0x350d67(0x135)](_0x43f0cc[_0x350d67(0x32b)](_0x1422bc,_0x54add1[_0x350d67(0x162)]));if(_0x3b476a['build']?.[_0x350d67(0x2db)]?.[_0x350d67(0x211)]){const _0x55535d=_0x3b476a[_0x350d67(0x1be)][_0x350d67(0x2db)][_0x350d67(0x211)],_0x39ec20=_0x152367[_0x350d67(0x140)](_0x55535d)?_0x55535d:_0x11bf19['join'](_0x252d5b,_0x55535d);return{'certificateFile':_0x39ec20,'certificatePassword':_0x3b476a['build']?.['win']?.[_0x350d67(0x154)],'signWithParams':_0x3b476a[_0x350d67(0x1be)]?.['win']?.['signWithParams']};}}catch(_0x259534){_0x236c13[_0x350d67(0x2d7)](_0x54add1['NPwMX'],_0x259534[_0x350d67(0x207)]);}}}return console['warn'](_0x54add1[_0x350d67(0x19c)]),null;}const ELECTRON_DIST=findElectronDist(),KEY=process[_0x1907ce(0x179)]['KEY']||crypto['randomBytes'](0x10)[_0x1907ce(0x31b)](_0x1907ce(0x1b0));process['env'][_0x1907ce(0x14d)]?console[_0x1907ce(0x3b4)](_0x1907ce(0xd1)+process[_0x1907ce(0x179)]['KEY'][_0x1907ce(0x292)](0x0,0x8)+_0x1907ce(0x23f)):console[_0x1907ce(0x3b4)]('[builder]\x20✨\x20Clé\x20de\x20chiffrement\x20auto-générée:\x20'+KEY);const CREATE_INSTALLER=process[_0x1907ce(0x179)][_0x1907ce(0x209)]===_0x1907ce(0x29d),LITE_BUILD=process['env']['LITE_BUILD']===_0x1907ce(0x29d),USE_UPX=process[_0x1907ce(0x179)][_0x1907ce(0x219)]===_0x1907ce(0x29d);function getCodeSigningConfig(){const _0x832de6=_0x1907ce,_0x2de8c3={'uMgIG':function(_0x35730e,_0x5b513a,_0x32bcd2){return _0x35730e(_0x5b513a,_0x32bcd2);},'bqMOh':_0x832de6(0x20a),'GhxFC':_0x832de6(0xc4),'UTetC':_0x832de6(0xd3),'IiqxO':_0x832de6(0x171),'IUSAp':'MonApp','RGcKj':_0x832de6(0x3bd),'TSush':_0x832de6(0x166),'aSRAE':_0x832de6(0x322),'FMGmV':_0x832de6(0x3b3),'Yglcm':function(_0x27573,_0x2dfb5b){return _0x27573===_0x2dfb5b;},'LGFIX':_0x832de6(0x189),'mpGVB':function(_0x1bfcf2,_0x285fd9){return _0x1bfcf2===_0x285fd9;},'ILREE':_0x832de6(0x2d1),'dMjqF':_0x832de6(0xc6),'QdoFJ':'certs','XjOoR':function(_0xc7504,_0x12bff0){return _0xc7504(_0x12bff0);},'FSdYr':function(_0x447b2c){return _0x447b2c();},'zlRaY':function(_0x2bb5a5,_0x69f8e0){return _0x2bb5a5+_0x69f8e0;},'xeicf':'hex','qHvzo':'base64','wbvph':_0x832de6(0x10a),'oTebK':_0x832de6(0x14a),'aIQed':'vendor','yoPGG':'openssl','djepM':'openssl.exe','bTcgt':function(_0x43a61c,_0x1b1063){return _0x43a61c!==_0x1b1063;},'zixnb':'[builder]\x20OpenSSL\x20non\x20trouvé,\x20utilisation\x20du\x20certificat\x20de\x20développement\x20intégré','BSQJY':function(_0x2f11f0,_0x5c8c31){return _0x2f11f0!==_0x5c8c31;},'MoMJE':_0x832de6(0x3ac),'hpBBF':_0x832de6(0x391),'IMsUG':function(_0x45135e){return _0x45135e();},'NjsZp':_0x832de6(0xe1),'JUFNf':_0x832de6(0x185),'BxYNY':_0x832de6(0xa3),'JylbO':_0x832de6(0x340),'ikfhM':function(_0x2954f3,_0x1f5cc9){return _0x2954f3===_0x1f5cc9;},'fePqo':_0x832de6(0x1f8),'JrHxq':function(_0x1ae86d,_0x4d75fe,_0x4af72e){return _0x1ae86d(_0x4d75fe,_0x4af72e);},'yILhv':'inherit','hHFar':_0x832de6(0x27e),'sIDqI':_0x832de6(0x199),'gSxBg':_0x832de6(0x369),'SJSMT':_0x832de6(0xbd),'KhqSD':_0x832de6(0x299)},_0xabb232=path[_0x832de6(0x212)](APP_SRC,_0x832de6(0x353));if(fs[_0x832de6(0x2f3)](_0xabb232))try{const _0xa6c869=JSON[_0x832de6(0x135)](fs[_0x832de6(0x32b)](_0xabb232,_0x832de6(0x14a)));if(_0xa6c869[_0x832de6(0x1be)]?.[_0x832de6(0x2db)]?.[_0x832de6(0x211)]){if(_0x2de8c3[_0x832de6(0x2b0)](_0x832de6(0x357),'yEosV')){const _0xe24fbc=_0xa6c869[_0x832de6(0x1be)][_0x832de6(0x2db)][_0x832de6(0x211)],_0x178448=path[_0x832de6(0x140)](_0xe24fbc)?_0xe24fbc:path[_0x832de6(0x212)](APP_SRC,_0xe24fbc);return{'certificateFile':_0x178448,'certificatePassword':_0xa6c869['build']?.['win']?.[_0x832de6(0x154)],'signWithParams':_0xa6c869[_0x832de6(0x1be)]?.[_0x832de6(0x2db)]?.['signWithParams']};}else throw new _0x57339f(_0x832de6(0x20b)+_0x41cd09);}}catch(_0x1f37c4){console[_0x832de6(0x2d7)](_0x832de6(0x381),_0x1f37c4[_0x832de6(0x207)]);}console[_0x832de6(0x3b4)](_0x2de8c3[_0x832de6(0x325)]);try{if(_0x2de8c3[_0x832de6(0x240)](_0x2de8c3[_0x832de6(0x2a2)],_0x2de8c3[_0x832de6(0x35f)])){let _0x37adcc=_0x69e243['replace'](/(<script\b[^>]*>)([\s\S]*?)(<\/script>)/gi,(_0x5a9e28,_0x5060c3,_0x293428,_0x538678)=>{const _0x231d9a=_0x832de6;if(_0x293428[_0x231d9a(0xeb)]()){const _0x7f6f88=_0x1e5a16[_0x231d9a(0x1b1)](_0x293428,{'compact':!![],'stringArray':!![],'stringArrayThreshold':0.7,'stringArrayEncoding':['base64'],'identifierNamesGenerator':_0x231d9a(0x20c),'rotateStringArray':!![]});return''+_0x5060c3+_0x7f6f88[_0x231d9a(0x177)]()+_0x538678;}return _0x5a9e28;});_0x37adcc=_0x37adcc[_0x832de6(0x24d)](/>\s+</g,'><')['replace'](/<!--[\s\S]*?-->/g,'')['replace'](/\s{2,}/g,'\x20')[_0x832de6(0xeb)](),_0x3cf0ba[_0x832de6(0x382)](_0x30e642,_0x37adcc);}else{const _0x70de25=path[_0x832de6(0x212)](__dirname,_0x2de8c3[_0x832de6(0x18f)]);_0x2de8c3[_0x832de6(0x29c)](ensureDir,_0x70de25);const _0x118703=_0x2de8c3[_0x832de6(0xd8)](getAppInfo),_0x3c8dc2=crypto[_0x832de6(0x3a3)](_0x832de6(0x374))[_0x832de6(0x1a5)](_0x2de8c3[_0x832de6(0x2fe)](_0x118703[_0x832de6(0x2ba)]+_0x118703[_0x832de6(0x363)],_0x118703['author']))[_0x832de6(0x28d)](_0x2de8c3[_0x832de6(0x150)])[_0x832de6(0x292)](0x0,0x8),_0x5adb13=path[_0x832de6(0x212)](_0x70de25,_0x832de6(0x85)+_0x3c8dc2+'.pfx'),_0x53cda1=path[_0x832de6(0x212)](_0x70de25,_0x832de6(0x85)+_0x3c8dc2+'.key');let _0x57f578;if(!fs[_0x832de6(0x2f3)](_0x5adb13)){_0x57f578=crypto[_0x832de6(0x307)](0x20)[_0x832de6(0x31b)](_0x2de8c3[_0x832de6(0x304)])['replace'](/[/+=]/g,'')[_0x832de6(0x292)](0x0,0x20);const _0x5c9e82=crypto[_0x832de6(0x10c)](_0x2de8c3['zlRaY'](_0x118703[_0x832de6(0x2ba)],_0x118703[_0x832de6(0x363)]),crypto[_0x832de6(0x307)](0x20),0x20),_0x50a158=crypto[_0x832de6(0x307)](0x10),_0x5763b0=crypto[_0x832de6(0x25e)](_0x2de8c3[_0x832de6(0x112)],_0x5c9e82,_0x50a158),_0x1030df=Buffer[_0x832de6(0x294)]([_0x5763b0[_0x832de6(0x1a5)](_0x57f578,'utf8'),_0x5763b0[_0x832de6(0xb0)]()]),_0x352f32=_0x5763b0[_0x832de6(0x22a)]();fs[_0x832de6(0x382)](_0x53cda1,JSON[_0x832de6(0x35d)]({'iv':_0x50a158['toString'](_0x2de8c3[_0x832de6(0x150)]),'key':_0x5c9e82[_0x832de6(0x31b)](_0x2de8c3[_0x832de6(0x150)]),'data':_0x1030df[_0x832de6(0x31b)]('hex'),'tag':_0x352f32[_0x832de6(0x31b)](_0x2de8c3['xeicf'])}));}else{const _0x37a80a=JSON['parse'](fs[_0x832de6(0x32b)](_0x53cda1,_0x2de8c3[_0x832de6(0x122)])),_0x4526ab=crypto[_0x832de6(0x348)]('aes-256-gcm',Buffer['from'](_0x37a80a['key'],_0x2de8c3[_0x832de6(0x150)]),Buffer[_0x832de6(0x11c)](_0x37a80a['iv'],_0x832de6(0x1b0)));_0x4526ab['setAuthTag'](Buffer[_0x832de6(0x11c)](_0x37a80a[_0x832de6(0x3ab)],_0x2de8c3['xeicf'])),_0x57f578=Buffer['concat']([_0x4526ab['update'](Buffer[_0x832de6(0x11c)](_0x37a80a[_0x832de6(0x3c0)],'hex')),_0x4526ab['final']()])[_0x832de6(0x31b)](_0x2de8c3[_0x832de6(0x122)]);}if(!fs['existsSync'](_0x5adb13)){const _0xb3e489=path[_0x832de6(0x212)](__dirname,_0x2de8c3['aIQed'],_0x2de8c3[_0x832de6(0x117)]),_0x17cc99=path[_0x832de6(0x212)](_0xb3e489,_0x2de8c3[_0x832de6(0x1f3)]);if(!fs[_0x832de6(0x2f3)](_0x17cc99)){if(_0x2de8c3[_0x832de6(0x246)](_0x832de6(0x31f),_0x832de6(0x2c8)))console[_0x832de6(0x3b4)](_0x2de8c3[_0x832de6(0x256)]);else{const _0x43b65e=_0x1a523b[_0x832de6(0x212)](_0x3862ee,'gen-cert.ps1'),_0x172aea='\x0a$cert\x20=\x20New-SelfSignedCertificate\x20-Subject\x20\x22CN='+_0x173097[_0x832de6(0x2ba)]+'\x20Code\x20Signing\x22\x20-KeyExportPolicy\x20Exportable\x20-KeySpec\x20Signature\x20-KeyLength\x202048\x20-Type\x20CodeSigningCert\x20-CertStoreLocation\x20\x22Cert:\x5cCurrentUser\x5cMy\x22\x20-NotAfter\x20(Get-Date).AddYears(2)\x0a$pwd\x20=\x20ConvertTo-SecureString\x20-String\x20\x22'+_0x2aff35+_0x832de6(0x12d)+_0x259659[_0x832de6(0x24d)](/\\/g,'\x5c\x5c')+'\x22\x0a#\x20Export\x20the\x20certificate\x20(force\x20overwrite\x20if\x20exists)\x0aExport-PfxCertificate\x20-Cert\x20$cert\x20-FilePath\x20$certPath\x20-Password\x20$pwd\x20-Force\x0a#\x20Remove\x20the\x20temporary\x20certificate\x20from\x20the\x20store\x20to\x20avoid\x20leaving\x20traces\x0aRemove-Item\x20-Path\x20\x22Cert:\x5cCurrentUser\x5cMy\x5c$($cert.Thumbprint)\x22\x20-Force\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20';_0xce85bd[_0x832de6(0x382)](_0x43b65e,_0x172aea),_0x2de8c3[_0x832de6(0x210)](_0x55fb89,_0x832de6(0xdf)+_0x43b65e+'\x22',{'stdio':'inherit'}),_0x1fa46f[_0x832de6(0x89)](_0x43b65e);if(!_0x22331d[_0x832de6(0x2f3)](_0xe7ad46))throw new _0x91121f(_0x2de8c3['bqMOh']);_0x151831[_0x832de6(0x3b4)](_0x2de8c3[_0x832de6(0x284)]);}}let _0x26b3c9=![];if(_0x26b3c9){if(_0x2de8c3[_0x832de6(0x13b)]('ZlLXz',_0x2de8c3['MoMJE'])){console[_0x832de6(0x3b4)](_0x2de8c3[_0x832de6(0x109)]);const _0x4f8738=_0x2de8c3[_0x832de6(0x3ae)](getAppInfo),_0x1afc62=['\x22'+_0x17cc99+_0x832de6(0x24e)+path[_0x832de6(0x212)](_0x70de25,_0x2de8c3[_0x832de6(0x107)])+_0x832de6(0x3a9),'\x22'+_0x17cc99+'\x22\x20req\x20-new\x20-key\x20\x22'+path[_0x832de6(0x212)](_0x70de25,_0x2de8c3[_0x832de6(0x107)])+_0x832de6(0x329)+path['join'](_0x70de25,_0x2de8c3[_0x832de6(0xb5)])+_0x832de6(0x3bf)+_0x4f8738['author']+'/CN='+_0x4f8738[_0x832de6(0x2ba)]+'\x22','\x22'+_0x17cc99+_0x832de6(0x33f)+path[_0x832de6(0x212)](_0x70de25,_0x2de8c3[_0x832de6(0xb5)])+_0x832de6(0x3b2)+path[_0x832de6(0x212)](_0x70de25,'private.key')+'\x22\x20-out\x20\x22'+path[_0x832de6(0x212)](_0x70de25,_0x2de8c3[_0x832de6(0x2b3)])+'\x22',_0x832de6(0x23e)+_0x5adb13+_0x832de6(0x2c2)+path[_0x832de6(0x212)](_0x70de25,_0x2de8c3[_0x832de6(0x107)])+_0x832de6(0xb8)+path[_0x832de6(0x212)](_0x70de25,_0x2de8c3[_0x832de6(0x2b3)])+'\x22\x20-password\x20pass:'+_0x57f578];for(const _0x438daa of _0x1afc62){_0x2de8c3['BSQJY'](_0x2de8c3[_0x832de6(0x1d9)],'dVtAW')?_0x2de8c3[_0x832de6(0x210)](execSync,_0x438daa,{'stdio':_0x832de6(0x3aa)}):(_0x39fd60['warn'](_0x2de8c3[_0x832de6(0x268)],_0x3e921e[_0x832de6(0x207)]),_0x519587[_0x832de6(0x2d7)](_0x832de6(0x18d)));}fs[_0x832de6(0x89)](path[_0x832de6(0x212)](_0x70de25,_0x832de6(0xe1))),fs[_0x832de6(0x89)](path[_0x832de6(0x212)](_0x70de25,_0x2de8c3[_0x832de6(0xb5)])),fs['unlinkSync'](path[_0x832de6(0x212)](_0x70de25,_0x2de8c3[_0x832de6(0x2b3)]));}else{const _0x2e3633=_0x1f1ce6[_0x832de6(0x2f3)](_0x4e234e[_0x832de6(0x212)](_0x1b3042,_0x832de6(0x23b)));if(_0x2e3633)return!![];}}else{if(_0x2de8c3['ikfhM'](_0x832de6(0x9c),_0x832de6(0x2a1)))_0xbcfdef[_0x832de6(0x3b4)](_0x2de8c3[_0x832de6(0x123)]);else{console[_0x832de6(0x3b4)](_0x832de6(0x1f0));const _0x2b9785=_0x2de8c3[_0x832de6(0x3ae)](getAppInfo);try{const _0x1c6498=path['join'](_0x70de25,_0x2de8c3[_0x832de6(0x108)]),_0x42e092=_0x832de6(0xc5)+_0x2b9785[_0x832de6(0x2ba)]+_0x832de6(0xe4)+_0x57f578+_0x832de6(0x12d)+_0x5adb13[_0x832de6(0x24d)](/\\/g,'\x5c\x5c')+'\x22\x0a#\x20Export\x20the\x20certificate\x20(force\x20overwrite\x20if\x20exists)\x0aExport-PfxCertificate\x20-Cert\x20$cert\x20-FilePath\x20$certPath\x20-Password\x20$pwd\x20-Force\x0a#\x20Remove\x20the\x20temporary\x20certificate\x20from\x20the\x20store\x20to\x20avoid\x20leaving\x20traces\x0aRemove-Item\x20-Path\x20\x22Cert:\x5cCurrentUser\x5cMy\x5c$($cert.Thumbprint)\x22\x20-Force\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20';fs[_0x832de6(0x382)](_0x1c6498,_0x42e092),_0x2de8c3[_0x832de6(0x9d)](execSync,_0x832de6(0xdf)+_0x1c6498+'\x22',{'stdio':_0x2de8c3[_0x832de6(0x16f)]}),fs['unlinkSync'](_0x1c6498);if(!fs['existsSync'](_0x5adb13)){if(_0x2de8c3[_0x832de6(0x1f9)](_0x2de8c3[_0x832de6(0x358)],_0x2de8c3['sIDqI']))return _0x153500['warn'](_0x832de6(0x311)),{'name':_0x832de6(0x277),'productName':_0x2de8c3['IUSAp'],'packageName':_0x2de8c3[_0x832de6(0x37a)],'version':_0x2de8c3[_0x832de6(0xb1)],'description':_0x2de8c3[_0x832de6(0xed)],'author':_0x832de6(0x39e),'copyright':'©\x20'+new _0x2469eb()[_0x832de6(0x102)]()+'\x20Votre\x20Entreprise'};else throw new Error(_0x2de8c3[_0x832de6(0x2fb)]);}console[_0x832de6(0x3b4)]('[builder]\x20Certificat\x20auto-signé\x20généré\x20avec\x20succès');}catch(_0x5e1652){if(_0x2de8c3[_0x832de6(0x3b6)]!==_0x2de8c3['gSxBg'])try{_0x556b0d(_0x247763);const _0x1a585c=_0x15f26d['join'](_0x36f6c6,_0x2de8c3['FMGmV']);_0x4f0438['copyFileSync'](_0x4f0946,_0x1a585c),_0x4be44d=_0x1a585c[_0x832de6(0x24d)](/\\/g,'\x5c\x5c'),_0x57e6ac['log']('[builder]\x20Images\x20de\x20l\x27installateur\x20préparées\x20avec\x20succès');}catch(_0x2067dd){_0x1c94ff[_0x832de6(0x2d7)](_0x832de6(0x2c5),_0x2067dd[_0x832de6(0x207)]);}else return console[_0x832de6(0x2d7)](_0x2de8c3[_0x832de6(0x365)],_0x5e1652[_0x832de6(0x207)]),null;}}}}return{'certificateFile':_0x5adb13,'certificatePassword':_0x57f578,'signWithParams':null};}}catch(_0x83afb8){return console['warn'](_0x2de8c3[_0x832de6(0x290)],_0x83afb8[_0x832de6(0x207)]),null;}}function ensureDir(_0x2103b9){const _0x8a996d=_0x1907ce;if(!fs[_0x8a996d(0x2f3)](_0x2103b9))fs['mkdirSync'](_0x2103b9,{'recursive':!![]});}function rmdir(_0xabc27d){const _0x4a396a=_0x1907ce;if(fs['existsSync'](_0xabc27d))fs[_0x4a396a(0x18c)](_0xabc27d,{'recursive':!![],'force':!![]});}function generateAppFiles(){const _0x13d566=_0x1907ce,_0x441e5a={'jcdox':_0x13d566(0x1f0),'eVgoF':function(_0x4543f0){return _0x4543f0();},'KNkaZ':_0x13d566(0x1f8),'YKPhx':function(_0x4c1b0f,_0x40b299,_0x2c9865){return _0x4c1b0f(_0x40b299,_0x2c9865);},'QwSsF':_0x13d566(0x3aa),'iFJdB':_0x13d566(0x20a),'SDmmF':_0x13d566(0x25f),'kDjYi':_0x13d566(0x353),'bZCRa':_0x13d566(0x21d),'jEheO':_0x13d566(0x273),'pfxdP':_0x13d566(0x166),'drqzQ':_0x13d566(0x322),'HtAry':_0x13d566(0x39e),'mvLom':_0x13d566(0x2c4),'eEEXe':_0x13d566(0x235),'aBRbn':_0x13d566(0x34a),'rRTiL':'preload.js','zCRWR':_0x13d566(0x30c),'OEoSG':'index.html','GfqRe':function(_0x379264,_0x2abfc5){return _0x379264===_0x2abfc5;},'fpABq':_0x13d566(0x96),'kCbJS':_0x13d566(0x99),'PwWxL':_0x13d566(0x22b),'bsBTr':_0x13d566(0x2c0)};console[_0x13d566(0x3b4)](_0x441e5a['SDmmF']),console[_0x13d566(0x3b4)](_0x13d566(0x1e9));const _0x25d828=WORK_DIR,_0x875223=path[_0x13d566(0x212)](_0x25d828,_0x441e5a[_0x13d566(0x1bf)]);if(!fs['existsSync'](_0x875223)){console[_0x13d566(0x3b4)](_0x441e5a[_0x13d566(0x395)]);const _0x50c941={'name':_0x441e5a[_0x13d566(0xd7)],'productName':_0x13d566(0x277),'version':_0x441e5a[_0x13d566(0x346)],'description':_0x441e5a[_0x13d566(0x1fb)],'main':_0x13d566(0x235),'author':_0x441e5a[_0x13d566(0x156)],'copyright':'©\x20'+new Date()[_0x13d566(0x102)]()+_0x13d566(0x1bd),'dependencies':{'electron':_0x441e5a[_0x13d566(0x225)]}};fs[_0x13d566(0x382)](_0x875223,JSON['stringify'](_0x50c941,null,0x2));}const _0x7954e2=path[_0x13d566(0x212)](_0x25d828,_0x441e5a[_0x13d566(0x25a)]);if(!fs[_0x13d566(0x2f3)](_0x7954e2)){if(_0x441e5a[_0x13d566(0x309)]===_0x13d566(0x34a)){console['log'](_0x13d566(0x3b8));const _0x391726='const\x20{\x20app,\x20BrowserWindow,\x20ipcMain\x20}\x20=\x20require(\x27electron\x27);\x0aconst\x20path\x20=\x20require(\x27path\x27);\x0a\x0a//\x20Configuration\x20des\x20événements\x20IPC\x20pour\x20le\x20contrôle\x20de\x20la\x20fenêtre\x0afunction\x20setupWindowControls(window)\x20{\x0a\x20\x20ipcMain.on(\x27minimize-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20window.minimize();\x0a\x20\x20});\x0a\x0a\x20\x20ipcMain.on(\x27maximize-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20if\x20(window.isMaximized())\x20{\x0a\x20\x20\x20\x20\x20\x20window.unmaximize();\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20window.maximize();\x0a\x20\x20\x20\x20}\x0a\x20\x20});\x0a\x0a\x20\x20ipcMain.on(\x27close-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20window.close();\x0a\x20\x20});\x0a}\x0a\x0afunction\x20createWindow()\x20{\x0a\x20\x20const\x20win\x20=\x20new\x20BrowserWindow({\x0a\x20\x20\x20\x20width:\x20800,\x0a\x20\x20\x20\x20height:\x20600,\x0a\x20\x20\x20\x20frame:\x20false,\x0a\x20\x20\x20\x20titleBarStyle:\x20\x27hidden\x27,\x0a\x20\x20\x20\x20titleBarOverlay:\x20{\x0a\x20\x20\x20\x20\x20\x20color:\x20\x27#2f3241\x27,\x0a\x20\x20\x20\x20\x20\x20symbolColor:\x20\x27#ffffff\x27,\x0a\x20\x20\x20\x20\x20\x20height:\x2030\x0a\x20\x20\x20\x20},\x0a\x20\x20\x20\x20webPreferences:\x20{\x0a\x20\x20\x20\x20\x20\x20nodeIntegration:\x20false,\x0a\x20\x20\x20\x20\x20\x20contextIsolation:\x20true,\x0a\x20\x20\x20\x20\x20\x20webSecurity:\x20true,\x0a\x20\x20\x20\x20\x20\x20preload:\x20path.join(__dirname,\x20\x27preload.js\x27)\x0a\x20\x20\x20\x20}\x0a\x20\x20});\x0a\x0a\x20\x20win.setMenu(null);\x0a\x20\x20setupWindowControls(win);\x0a\x20\x20win.loadFile(path.join(__dirname,\x20\x27index.html\x27));\x0a}\x0a\x0aapp.whenReady().then(createWindow);\x0a\x0aapp.on(\x27window-all-closed\x27,\x20()\x20=>\x20{\x0a\x20\x20if\x20(process.platform\x20!==\x20\x27darwin\x27)\x20{\x0a\x20\x20\x20\x20app.quit();\x0a\x20\x20}\x0a});\x0a\x0aapp.on(\x27activate\x27,\x20()\x20=>\x20{\x0a\x20\x20if\x20(BrowserWindow.getAllWindows().length\x20===\x200)\x20{\x0a\x20\x20\x20\x20createWindow();\x0a\x20\x20}\x0a});';fs['writeFileSync'](_0x7954e2,_0x391726);}else _0x31345b[_0x13d566(0x2d7)](_0x13d566(0x342)+_0x21ec39+':',_0x5d6b6c[_0x13d566(0x207)]);}const _0x37c50d=path['join'](_0x25d828,_0x441e5a['rRTiL']);if(!fs[_0x13d566(0x2f3)](_0x37c50d)){console[_0x13d566(0x3b4)](_0x441e5a[_0x13d566(0x2e5)]);const _0xa657a0='const\x20{\x20contextBridge,\x20ipcRenderer\x20}\x20=\x20require(\x27electron\x27)\x0a\x0acontextBridge.exposeInMainWorld(\x27electron\x27,\x20{\x0a\x20\x20\x20\x20minimize:\x20()\x20=>\x20ipcRenderer.send(\x27minimize-window\x27),\x0a\x20\x20\x20\x20maximize:\x20()\x20=>\x20ipcRenderer.send(\x27maximize-window\x27),\x0a\x20\x20\x20\x20close:\x20()\x20=>\x20ipcRenderer.send(\x27close-window\x27)\x0a});\x0a\x0a//\x20Expose\x20les\x20modules\x20Node.js\x20nécessaires\x20de\x20manière\x20sécurisée\x0acontextBridge.exposeInMainWorld(\x27api\x27,\x20{\x0a\x20\x20\x20\x20//\x20Ajouter\x20les\x20méthodes\x20dont\x20vous\x20avez\x20besoin,\x20par\x20exemple\x20:\x0a\x20\x20\x20\x20require:\x20(module)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20Liste\x20blanche\x20des\x20modules\x20autorisés\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20allowedModules\x20=\x20[\x27electron\x27];\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(allowedModules.includes(module))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20require(module);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20throw\x20new\x20Error(`Module\x20\x22${module}\x22\x20non\x20autorisé`);\x0a\x20\x20\x20\x20}\x0a});';fs[_0x13d566(0x382)](_0x37c50d,_0xa657a0);}const _0x1ff2b4=path[_0x13d566(0x212)](_0x25d828,_0x441e5a[_0x13d566(0x1cb)]);if(!fs['existsSync'](_0x1ff2b4)){if(_0x441e5a[_0x13d566(0x11f)](_0x441e5a[_0x13d566(0x1ec)],_0x441e5a[_0x13d566(0x1ec)])){console[_0x13d566(0x3b4)](_0x441e5a[_0x13d566(0x1c8)]);const _0x27c5c4=_0x13d566(0x331);fs[_0x13d566(0x382)](_0x1ff2b4,_0x27c5c4);}else{_0x39cf8b[_0x13d566(0x3b4)](_0x441e5a[_0x13d566(0x379)]);const _0x438816=_0x441e5a[_0x13d566(0x8d)](_0x32bca0);try{const _0x560caf=_0x5335e0[_0x13d566(0x212)](_0x8a4ed1,_0x441e5a[_0x13d566(0x2d0)]),_0x4160b4=_0x13d566(0xc5)+_0x438816[_0x13d566(0x2ba)]+_0x13d566(0xe4)+_0x5ade27+_0x13d566(0x12d)+_0x41a1c5[_0x13d566(0x24d)](/\\/g,'\x5c\x5c')+'\x22\x0a#\x20Export\x20the\x20certificate\x20(force\x20overwrite\x20if\x20exists)\x0aExport-PfxCertificate\x20-Cert\x20$cert\x20-FilePath\x20$certPath\x20-Password\x20$pwd\x20-Force\x0a#\x20Remove\x20the\x20temporary\x20certificate\x20from\x20the\x20store\x20to\x20avoid\x20leaving\x20traces\x0aRemove-Item\x20-Path\x20\x22Cert:\x5cCurrentUser\x5cMy\x5c$($cert.Thumbprint)\x22\x20-Force\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20';_0x177539[_0x13d566(0x382)](_0x560caf,_0x4160b4),_0x441e5a[_0x13d566(0x120)](_0x32ef3c,_0x13d566(0xdf)+_0x560caf+'\x22',{'stdio':_0x441e5a[_0x13d566(0x2f8)]}),_0x58a880['unlinkSync'](_0x560caf);if(!_0x2bde69[_0x13d566(0x2f3)](_0x21b50b))throw new _0x78234d(_0x441e5a[_0x13d566(0x2f1)]);_0x304226[_0x13d566(0x3b4)](_0x13d566(0xc4));}catch(_0x978b8e){return _0x5e527b['warn'](_0x13d566(0xbd),_0x978b8e[_0x13d566(0x207)]),null;}}}const _0x38f0bd=path[_0x13d566(0x212)](_0x25d828,_0x441e5a[_0x13d566(0x165)]);return ensureDir(_0x38f0bd),console[_0x13d566(0x3b4)](_0x441e5a[_0x13d566(0x327)]),_0x25d828;}async function signFile(_0x27f841){const _0x4ec1ec=_0x1907ce,_0x2f41c1={'TsYZc':_0x4ec1ec(0x2e2),'RnTAn':_0x4ec1ec(0xc7),'ZjTUV':_0x4ec1ec(0x26a),'cHXen':function(_0x230951,_0xd58e6){return _0x230951(_0xd58e6);},'UDlMx':'[builder]\x20Module\x20bytenode\x20copié\x20dans\x20resources/app/node_modules','XbJKK':'[builder]\x20bytenode\x20non\x20trouvé\x20dans\x20node_modules\x20racine\x20;\x20assurez-vous\x20qu\x27il\x20est\x20listé\x20dans\x20package.json\x20de\x20l\x27application','CjHQn':_0x4ec1ec(0x103),'flbUX':function(_0x5a6974){return _0x5a6974();},'pCBhL':_0x4ec1ec(0xfa),'vbCSX':_0x4ec1ec(0x1e5),'OujtG':function(_0xf66c3e,_0x4f5ab9){return _0xf66c3e===_0x4f5ab9;},'bHfeF':_0x4ec1ec(0x234),'iQAxZ':_0x4ec1ec(0x1c4),'mLooa':'[builder]\x20Utilisation\x20de\x20signtool\x20fourni\x20dans\x20vendor:','znUCJ':_0x4ec1ec(0x2e4),'dftPP':function(_0x75bf3f,_0x4e10c1){return _0x75bf3f!==_0x4e10c1;},'RseJp':_0x4ec1ec(0x397),'kwFoj':function(_0x31d55b,_0x57dd11){return _0x31d55b===_0x57dd11;},'MSmPf':_0x4ec1ec(0x1c0),'pUtBc':function(_0x36e2a6,_0x140846){return _0x36e2a6===_0x140846;},'wWLUg':_0x4ec1ec(0x371),'xkyyX':_0x4ec1ec(0x19e),'bnvqW':'/td','UwMyZ':_0x4ec1ec(0x374),'hRlGw':function(_0x591408,_0x1bb078,_0x19df21,_0x2c6e89){return _0x591408(_0x1bb078,_0x19df21,_0x2c6e89);},'fagIC':_0x4ec1ec(0x3aa),'nbPpq':function(_0x1e54ad,_0x1f3a7a){return _0x1e54ad!==_0x1f3a7a;},'RftTu':_0x4ec1ec(0x2ef),'MEGRF':_0x4ec1ec(0xb6)},_0x4e1f13=_0x2f41c1[_0x4ec1ec(0x390)](getCodeSigningConfig);if(!_0x4e1f13)return![];const _0x1e14aa=path[_0x4ec1ec(0x212)](__dirname,_0x2f41c1[_0x4ec1ec(0x295)],_0x2f41c1['vbCSX'],_0x2f41c1['OujtG'](process['platform'],_0x2f41c1[_0x4ec1ec(0x168)])?'signtool.exe':_0x2f41c1['vbCSX']);let _0x281204=null;if(fs[_0x4ec1ec(0x2f3)](_0x1e14aa))_0x2f41c1[_0x4ec1ec(0x38e)](_0x4ec1ec(0x1c4),_0x2f41c1[_0x4ec1ec(0x1b3)])?(_0x281204=_0x1e14aa,console['log'](_0x2f41c1['mLooa'],_0x281204)):_0x54ce94=_0x45d2a7[_0x4ec1ec(0x292)](0x1,_0x16e37d['length']-0x1);else return console[_0x4ec1ec(0x2d7)](_0x4ec1ec(0x1a1)),![];try{const _0x11b0f4=require(_0x4ec1ec(0x2e8))[_0x4ec1ec(0x129)];let _0x4f41f5=[_0x2f41c1[_0x4ec1ec(0x2bf)]];if(_0x4e1f13[_0x4ec1ec(0x34e)]){if(_0x2f41c1[_0x4ec1ec(0x326)](_0x2f41c1[_0x4ec1ec(0x228)],_0x2f41c1[_0x4ec1ec(0x228)])){const _0x27f032=_0x5ae2f4['parse'](_0x576f8d[_0x4ec1ec(0x32b)](_0x27006e,'utf8'));if(_0x27f032[_0x4ec1ec(0x1be)]?.[_0x4ec1ec(0x2db)]?.[_0x4ec1ec(0x211)]){const _0x1525de=_0x27f032['build'][_0x4ec1ec(0x2db)]['certificateFile'],_0x446b29=_0x4c7a0e[_0x4ec1ec(0x140)](_0x1525de)?_0x1525de:_0x13d6cb[_0x4ec1ec(0x212)](_0x37f5db,_0x1525de);return{'certificateFile':_0x446b29,'certificatePassword':_0x27f032[_0x4ec1ec(0x1be)]?.[_0x4ec1ec(0x2db)]?.[_0x4ec1ec(0x154)],'signWithParams':_0x27f032['build']?.['win']?.['signWithParams']};}}else{const _0x17be07=_0x4e1f13['signWithParams']['match'](/(?:["'].+?["']|[^\s]+)/g)||[];for(let _0x3df943 of _0x17be07){(_0x3df943[_0x4ec1ec(0x34b)]('\x22')&&_0x3df943[_0x4ec1ec(0xcc)]('\x22')||_0x3df943[_0x4ec1ec(0x34b)]('\x27')&&_0x3df943['endsWith']('\x27'))&&(_0x2f41c1[_0x4ec1ec(0x16b)]('uOQMO',_0x2f41c1[_0x4ec1ec(0x321)])?_0x3df943=_0x3df943[_0x4ec1ec(0x292)](0x1,_0x3df943[_0x4ec1ec(0x1de)]-0x1):_0x447343[_0x4ec1ec(0x2d7)](_0x2f41c1[_0x4ec1ec(0x173)])),_0x4f41f5['push'](_0x3df943);}}}else{if(_0x2f41c1[_0x4ec1ec(0x2ad)](_0x2f41c1[_0x4ec1ec(0x36d)],_0x2f41c1[_0x4ec1ec(0x36d)]))_0x4f41f5[_0x4ec1ec(0x1ab)]('/f',_0x4e1f13[_0x4ec1ec(0x211)]),_0x4e1f13[_0x4ec1ec(0x154)]&&_0x4f41f5[_0x4ec1ec(0x1ab)]('/p',_0x4e1f13['certificatePassword']),_0x4f41f5[_0x4ec1ec(0x1ab)](_0x4ec1ec(0x361),_0x2f41c1[_0x4ec1ec(0x2e0)],_0x2f41c1['bnvqW'],_0x2f41c1[_0x4ec1ec(0x1ef)],'/fd',_0x4ec1ec(0x374));else{const _0x5dd8dd=_0x3e7c21[_0x4ec1ec(0x212)](_0x5b1a2b,_0x2f41c1['RnTAn'],_0x4ec1ec(0x26a)),_0x248351=_0x393dc4[_0x4ec1ec(0x212)](_0x217130,_0x2f41c1['RnTAn'],_0x2f41c1['ZjTUV']);_0x599534['existsSync'](_0x5dd8dd)?(_0x2f41c1['cHXen'](_0x30a537,_0x472feb[_0x4ec1ec(0xc9)](_0x248351)),_0x17accd[_0x4ec1ec(0x2a4)](_0x5dd8dd,_0x248351,{'recursive':!![]}),_0x1fe9d3[_0x4ec1ec(0x3b4)](_0x2f41c1[_0x4ec1ec(0x1ea)])):_0x159d10[_0x4ec1ec(0x2d7)](_0x2f41c1[_0x4ec1ec(0x145)]);}}return _0x4f41f5[_0x4ec1ec(0x1ab)](_0x27f841),_0x2f41c1[_0x4ec1ec(0x141)](_0x11b0f4,_0x281204,_0x4f41f5,{'stdio':_0x2f41c1[_0x4ec1ec(0x12e)]}),console[_0x4ec1ec(0x3b4)]('[builder]\x20Signature\x20réussie\x20pour\x20'+path[_0x4ec1ec(0x247)](_0x27f841)),!![];}catch(_0x29535a){if(_0x2f41c1[_0x4ec1ec(0xd2)](_0x2f41c1[_0x4ec1ec(0x118)],_0x2f41c1[_0x4ec1ec(0x3a5)]))return console[_0x4ec1ec(0x2d7)](_0x4ec1ec(0x15b)+path[_0x4ec1ec(0x247)](_0x27f841)+':',_0x29535a[_0x4ec1ec(0x207)]),![];else _0x19adab[_0x4ec1ec(0x3b4)](_0x2f41c1[_0x4ec1ec(0x137)]);}}function getAppInfo(){const _0x3252de=_0x1907ce,_0x2fcb74={'RVJri':function(_0x217eef,_0x40cae4){return _0x217eef+_0x40cae4;},'KAkHE':function(_0x3a4fd5,_0xe8d784){return _0x3a4fd5+_0xe8d784;},'nrJix':_0x3252de(0x3a4),'Xjsml':_0x3252de(0x353),'eECDZ':_0x3252de(0x311),'dwFqY':_0x3252de(0x277),'klnVW':'com.entreprise.monapp','yupgH':_0x3252de(0x166),'xQxLV':'Application\x20Electron','BulRl':_0x3252de(0x39e),'MxyVS':_0x3252de(0x14a),'aJmwd':function(_0x3f53e3,_0x5cd8eb){return _0x3f53e3!==_0x5cd8eb;},'UWlbz':function(_0x39f829,_0x29a272){return _0x39f829===_0x29a272;},'CQxfc':_0x3252de(0x2ab),'jKSlg':_0x3252de(0x214),'DNKvE':'app','sMqDZ':function(_0x4a6344,_0x4750b8){return _0x4a6344===_0x4750b8;}},_0x1a2ea6=path[_0x3252de(0x212)](APP_SRC,_0x2fcb74[_0x3252de(0x1a7)]);if(!fs[_0x3252de(0x2f3)](_0x1a2ea6))return console['warn'](_0x2fcb74[_0x3252de(0x152)]),{'name':_0x2fcb74['dwFqY'],'productName':_0x3252de(0x277),'packageName':_0x2fcb74[_0x3252de(0xa2)],'version':_0x2fcb74[_0x3252de(0xc3)],'description':_0x2fcb74['xQxLV'],'author':_0x2fcb74[_0x3252de(0x202)],'copyright':'©\x20'+new Date()[_0x3252de(0x102)]()+'\x20Votre\x20Entreprise'};const _0x537496=JSON[_0x3252de(0x135)](fs[_0x3252de(0x32b)](_0x1a2ea6,_0x2fcb74['MxyVS']));let _0x1eedfb=_0x537496[_0x3252de(0x1fd)];if(!_0x1eedfb){if(_0x2fcb74[_0x3252de(0x2d3)](_0x3252de(0x251),_0x3252de(0x1a2))){const _0x5465e7=_0x2fcb74['UWlbz'](typeof _0x537496[_0x3252de(0x263)],_0x2fcb74['CQxfc'])?_0x537496[_0x3252de(0x263)]:_0x537496[_0x3252de(0x263)]?.[_0x3252de(0x1c1)]||_0x2fcb74[_0x3252de(0xb4)],_0x532c14=_0x537496['name']||_0x2fcb74[_0x3252de(0x300)],_0x11e7dc=_0x5465e7['toLowerCase']()[_0x3252de(0x24d)](/[^a-z0-9]/g,'')[_0x3252de(0x24d)](/^[^a-z]/,'x'),_0x5d2768=_0x532c14['toLowerCase']()[_0x3252de(0x24d)](/[^a-z0-9]/g,'')[_0x3252de(0x24d)](/^[^a-z]/,'x');_0x1eedfb=_0x3252de(0x14e)+_0x11e7dc+'.'+_0x5d2768;}else _0x244031=_0x3dddd6[_0x3252de(0x24d)](new _0x5b7dde(_0x2fcb74[_0x3252de(0x169)](_0x2fcb74['KAkHE'](_0x2fcb74['nrJix'],_0x5abdc5),'}'),'g'),_0x3db255[_0x5213bd]);}return{'name':_0x537496[_0x3252de(0x1c1)]||_0x2fcb74['dwFqY'],'productName':_0x537496[_0x3252de(0x2ba)]||_0x537496[_0x3252de(0x1c1)]||_0x2fcb74[_0x3252de(0x306)],'packageName':_0x1eedfb,'version':_0x537496[_0x3252de(0x363)]||_0x2fcb74[_0x3252de(0xc3)],'description':_0x537496[_0x3252de(0x362)]||_0x3252de(0x322),'author':_0x2fcb74[_0x3252de(0x2e7)](typeof _0x537496['author'],_0x2fcb74[_0x3252de(0x1d2)])?_0x537496[_0x3252de(0x263)]:_0x537496[_0x3252de(0x263)]?.[_0x3252de(0x1c1)]||_0x3252de(0x39e),'copyright':_0x537496[_0x3252de(0x184)]||'©\x20'+new Date()[_0x3252de(0x102)]()+'\x20'+(_0x2fcb74['sMqDZ'](typeof _0x537496[_0x3252de(0x263)],_0x2fcb74[_0x3252de(0x1d2)])?_0x537496[_0x3252de(0x263)]:_0x537496['author']?.[_0x3252de(0x1c1)]||_0x3252de(0x39e))};}(async function main(){const _0x428aad=_0x1907ce,_0x1141aa={'RXwVj':_0x428aad(0x14a),'qIaNv':_0x428aad(0x376),'LoTRu':_0x428aad(0x28f),'HwLnT':function(_0xfad748,_0x7c740c){return _0xfad748+_0x7c740c;},'GuCPV':_0x428aad(0x312),'vkvBE':_0x428aad(0x2f4),'loYkW':_0x428aad(0x28c),'vvEqw':_0x428aad(0x311),'eKohP':_0x428aad(0x277),'GvVIb':_0x428aad(0x166),'CiDAO':_0x428aad(0x322),'MzUQd':function(_0x321f43,_0x48d50c){return _0x321f43===_0x48d50c;},'zkjaM':_0x428aad(0x214),'toZqR':_0x428aad(0x2ab),'aqYHh':_0x428aad(0x39e),'uZFxd':_0x428aad(0x27b),'zjVQJ':_0x428aad(0x28a),'vbOpZ':_0x428aad(0xc7),'bLJFj':_0x428aad(0x16a),'QDudv':_0x428aad(0x2c9),'hZUmC':_0x428aad(0x1bb),'DnGBn':_0x428aad(0x3a1),'wbsUv':'coverage','QYRqr':_0x428aad(0x1ae),'xkqMN':'.DS_Store','yPCKe':_0x428aad(0x26b),'GTytB':'.env','IEbHC':_0x428aad(0x394),'yuvIm':_0x428aad(0x192),'yiZpl':_0x428aad(0xb7),'nSTrf':_0x428aad(0x2cf),'brLuk':_0x428aad(0x2b5),'fsOpz':function(_0x22763e,_0x16ec4c,_0x4e21de){return _0x22763e(_0x16ec4c,_0x4e21de);},'AQXgB':_0x428aad(0x1a1),'VlzUI':'hex','ovSja':'resources.bin','cakuB':_0x428aad(0x2fd),'vwNiN':_0x428aad(0x374),'OpMxs':function(_0x2355b2,_0x14520a){return _0x2355b2||_0x14520a;},'uruQA':_0x428aad(0x100),'gOyeg':_0x428aad(0x249),'TCMuX':_0x428aad(0x388),'DSNHZ':_0x428aad(0xbd),'ytgOc':'index.html','SQcPC':_0x428aad(0x27c),'qlKGS':'[builder]\x20Création\x20de\x20l\x27installateur\x20ignorée\x20(définir\x20SKIP_INSTALLER=true\x20pour\x20ignorer\x20l\x27installateur)','mIhYK':'[builder]\x20Erreur\x20lors\x20de\x20la\x20copie\x20de\x20bytenode\x20dans\x20resources/app:','BoTCP':_0x428aad(0x174),'Hprxi':_0x428aad(0x2e3),'TWffv':'inherit','YOnUA':'Échec\x20du\x20téléchargement\x20de\x20NSIS','ncUJm':'[builder]\x20Avertissement:\x20impossible\x20de\x20copier\x20l\x27icône\x20ou\x20la\x20licence\x20dans\x20le\x20payload\x20:','JORqR':_0x428aad(0x25c),'yyzzp':'package.json','lPtnW':_0x428aad(0x1d6),'DJSwM':_0x428aad(0x323),'sVNgS':_0x428aad(0x1a8),'rQdKU':_0x428aad(0x20c),'NZfhi':_0x428aad(0x15a),'VBZRp':_0x428aad(0x1b9),'FHnhD':function(_0x34e182,_0x34ba2b){return _0x34e182!==_0x34ba2b;},'vjzJO':_0x428aad(0x261),'dhYEV':function(_0x1b6c68,_0x37c831){return _0x1b6c68!==_0x37c831;},'seaaf':'fmpwU','sLqxK':_0x428aad(0x1d8),'UwjHN':_0x428aad(0x195),'xizRq':_0x428aad(0x2ac),'PRxOZ':function(_0x402bcc,_0x2ea7ed){return _0x402bcc||_0x2ea7ed;},'MPRzc':function(_0x595571,_0x1aa712){return _0x595571!==_0x1aa712;},'kFsuS':_0x428aad(0x324),'BgZZu':'FBYNj','tBlhL':function(_0x3b7dc1,_0x1a7083){return _0x3b7dc1!==_0x1a7083;},'JhqRw':'dWpYy','HbvXa':function(_0x273793,_0x46ada2){return _0x273793!==_0x46ada2;},'agqDN':_0x428aad(0xe3),'DdKfR':'NRdUU','IQeuX':_0x428aad(0x30d),'iFrGB':_0x428aad(0x21b),'Uzxva':_0x428aad(0x20a),'ZMoIx':_0x428aad(0x181),'SGGhL':_0x428aad(0xe5),'hopTf':_0x428aad(0x308),'KdGsd':_0x428aad(0x391),'RXxns':function(_0x452026){return _0x452026();},'qHPli':'private.key','PEhmH':_0x428aad(0xa3),'XOWMI':_0x428aad(0x10a),'uLaeB':_0x428aad(0x239),'JBNuW':'[builder]\x20Utilisez:\x20node\x20<chemin-builder>/build_tools/builder.js','nbgjN':_0x428aad(0x361),'baywn':_0x428aad(0x19e),'kkRbn':_0x428aad(0x32d),'PidAt':_0x428aad(0xc8),'GOAMb':_0x428aad(0x30c),'hejQb':_0x428aad(0x368),'TtAgF':_0x428aad(0x392),'bjLhR':_0x428aad(0x2e1),'vWhTt':_0x428aad(0x347),'YrjWW':function(_0x57709f,_0x53fc71){return _0x57709f(_0x53fc71);},'Vacfs':function(_0x34a965,_0x25a7f2){return _0x34a965(_0x25a7f2);},'ZSuVW':function(_0x3b1b55,_0x3f8fb0){return _0x3b1b55(_0x3f8fb0);},'JybNz':_0x428aad(0x235),'tXFZK':_0x428aad(0x88),'Ozdvh':_0x428aad(0x2ed),'mESHF':_0x428aad(0x1ca),'lvrwQ':_0x428aad(0xdc),'WOMZk':_0x428aad(0x237),'lJNlx':_0x428aad(0x32f),'fnVZf':_0x428aad(0x352),'fxllH':'preload.obf.ts','tsjhQ':'preload.ts','tpWiz':'index.htm','dDVZl':function(_0x1c354f,_0x3c13f2,_0x22e065){return _0x1c354f(_0x3c13f2,_0x22e065);},'vQxZm':function(_0x4e7889,_0x28ee98,_0x47b7eb){return _0x4e7889(_0x28ee98,_0x47b7eb);},'iNkQI':_0x428aad(0x29e),'CwebF':function(_0x4f96ee,_0x9ef83d){return _0x4f96ee===_0x9ef83d;},'iRZaX':function(_0xd7e394,_0x6d3c06){return _0xd7e394<_0x6d3c06;},'oXAle':_0x428aad(0x1ee),'ZSOuW':_0x428aad(0xf1),'BjgDj':function(_0x5993b3,_0x529160){return _0x5993b3===_0x529160;},'YSKrt':_0x428aad(0x20f),'fAEUp':_0x428aad(0x257),'mQfyj':_0x428aad(0x2cc),'eGBwJ':_0x428aad(0x132),'oTfVf':_0x428aad(0x285),'oWked':function(_0x52760c,_0x26127d){return _0x52760c===_0x26127d;},'TNYGO':_0x428aad(0x126),'uDLMo':function(_0x4dcea7,_0x2d60bd){return _0x4dcea7>_0x2d60bd;},'oRSRY':'nFJoR','FfALE':_0x428aad(0x136),'fkNKz':_0x428aad(0x393),'xYDZo':_0x428aad(0x2bc),'BjSdn':'yeNfk','yPaQK':'[builder]\x20Attention:\x20Échec\x20de\x20l\x27application\x20des\x20dépendances\x20LITE:','gAuIc':_0x428aad(0x1d0),'vCHbQ':'[builder]\x20empaquetage\x20récursif\x20de\x20app_src\x20vers\x20app.asar','KYhPf':_0x428aad(0x8f),'FEPtO':_0x428aad(0x1ff),'VeAjw':_0x428aad(0x2cb),'DorYE':function(_0xa1b8cb,_0x2b7f66){return _0xa1b8cb(_0x2b7f66);},'bABLH':_0x428aad(0x24f),'potxq':_0x428aad(0x21c),'rijsC':_0x428aad(0xbf),'tDoWP':_0x428aad(0xbe),'xNlxy':function(_0x51a748,_0x2ac333){return _0x51a748===_0x2ac333;},'MPjDj':_0x428aad(0x350),'KtJFg':'aes-256-cbc','rTXvW':'[builder]\x20Ajout\x20du\x20watermark\x20et\x20calcul\x20du\x20HMAC','BzDMv':_0x428aad(0x1e8),'lSDYv':function(_0x8135a8,_0x5ad786){return _0x8135a8+_0x5ad786;},'rGNAc':_0x428aad(0x314),'MFULH':function(_0x5f4342,_0x94dba8){return _0x5f4342!==_0x94dba8;},'MmapR':_0x428aad(0x105),'WyWJp':_0x428aad(0x12c),'HUqsY':_0x428aad(0x8e),'dtHzn':_0x428aad(0x3b9),'QrBND':'[builder]\x20obfuscating\x20bootstrap\x20(profil\x20sûr)','HgJCo':_0x428aad(0x1af),'Wofvy':_0x428aad(0x8b),'TiNjC':function(_0x321824,_0x24dc30){return _0x321824!==_0x24dc30;},'ZYXke':_0x428aad(0x37d),'uVBbc':_0x428aad(0x2da),'ryugw':_0x428aad(0x303),'Amrlm':_0x428aad(0x36a),'Alsep':_0x428aad(0x22b),'fHXkL':_0x428aad(0x3b3),'XRwNL':function(_0x4a6388,_0x3e733c){return _0x4a6388(_0x3e733c);},'rLhKb':_0x428aad(0xfa),'FyUnf':function(_0x36226f,_0x1216f3,_0x3033b6){return _0x36226f(_0x1216f3,_0x3033b6);},'usxfa':_0x428aad(0x38a),'MMwKl':_0x428aad(0x194),'gzOIE':'[builder]\x20🔍\x20Vérification\x20de\x20la\x20sécurité\x20du\x20preload.js...','pcJcy':_0x428aad(0x217),'SiFMH':'NhkwU','ulaGR':_0x428aad(0x275),'qFjRl':_0x428aad(0x87),'ZXgMK':_0x428aad(0x37e),'mkNbE':function(_0x14a785,_0x249158){return _0x14a785===_0x249158;},'gOAzZ':'.build-temp','YPeDA':_0x428aad(0x2a3),'pwVfR':_0x428aad(0xb9),'SbRtj':_0x428aad(0x258),'bIMfB':_0x428aad(0x37f),'AUwCQ':_0x428aad(0xe9),'KQOJy':_0x428aad(0x3c3),'GdusD':_0x428aad(0x1fc),'vetpW':'GFerl','TqEkR':_0x428aad(0x26a),'IJWRm':_0x428aad(0x260),'pHXxn':function(_0x41dc39,_0x4d9c2e){return _0x41dc39+_0x4d9c2e;},'sgUxZ':_0x428aad(0x1dd),'YjpDb':_0x428aad(0xfd),'kiIPi':_0x428aad(0x389),'KOJdN':function(_0xa05468){return _0xa05468();},'MyeIf':function(_0x4f427f,_0x4b77d4){return _0x4f427f(_0x4b77d4);},'dWOnx':function(_0x1d0f4a,_0x2f6142,_0x3eb4c5){return _0x1d0f4a(_0x2f6142,_0x3eb4c5);},'tVxfD':_0x428aad(0x265),'OBeGF':_0x428aad(0x3b5),'mJbBA':_0x428aad(0x86),'cKbdl':function(_0x35c025,_0x512f63){return _0x35c025===_0x512f63;},'SFbJP':_0x428aad(0xa8),'Pnkdv':_0x428aad(0x1d7),'tqktK':function(_0x1c2b4e){return _0x1c2b4e();},'zvOWp':function(_0xd8a6aa,_0x2162c1,_0x270db9){return _0xd8a6aa(_0x2162c1,_0x270db9);},'kYChm':_0x428aad(0x24a),'dPHFP':_0x428aad(0x16d),'PzLEp':_0x428aad(0x1f6),'GmUQu':_0x428aad(0xb2),'zmIlt':'signing','EYmis':function(_0x23b541,_0x709f77){return _0x23b541+_0x709f77;},'tQAHz':_0x428aad(0x3c1),'LKhGq':_0x428aad(0x2d6),'CATcN':_0x428aad(0x182),'NrAXc':function(_0x2e725a,_0x3fde3c){return _0x2e725a===_0x3fde3c;},'cufBc':'UysuJ','mZVEQ':function(_0x52b2fc,_0x58d189){return _0x52b2fc(_0x58d189);},'BmrYf':function(_0x3ead09,_0x4ffa89){return _0x3ead09(_0x4ffa89);},'ulGMh':'[builder]\x20Erreur\x20lors\x20de\x20la\x20signature\x20via\x20le\x20module\x20personnalisé:','CKiOh':_0x428aad(0x229),'aFghn':_0x428aad(0x18d),'jolkF':_0x428aad(0xe2),'RuIgW':_0x428aad(0x103),'jfBFy':function(_0x1c9e37,_0x4fc1e7){return _0x1c9e37===_0x4fc1e7;},'tuPHq':_0x428aad(0x29d),'piIEo':function(_0x59d85a){return _0x59d85a();},'BpIKw':'ogAIU','LYIUQ':function(_0x485767,_0x3b7153){return _0x485767(_0x3b7153);},'ahmeg':_0x428aad(0x1e0),'mnXqC':_0x428aad(0x13c),'XbhPx':_0x428aad(0x171),'VafBV':function(_0x341f50,_0x1edf55){return _0x341f50===_0x1edf55;},'eARlg':_0x428aad(0x17c),'TClvp':function(_0x2c5e1a){return _0x2c5e1a();},'YfdCz':_0x428aad(0x3ad),'XnBrA':'nsis-images','dkxNI':'fhKoB','mejZp':_0x428aad(0xab),'zqTRo':'[builder]\x20Images\x20de\x20l\x27installateur\x20préparées\x20avec\x20succès','rqLTa':_0x428aad(0x2c5),'DTVDx':function(_0x32690a,_0x31a5c2){return _0x32690a(_0x31a5c2);},'VYJIr':_0x428aad(0xac),'yuxAZ':'Company','pZxFD':_0x428aad(0x30b),'iZUHp':'QcIGi','hBTDW':function(_0x7e47a9,_0x2d9b85){return _0x7e47a9+_0x2d9b85;},'tqLcT':_0x428aad(0x3a4),'TniCw':_0x428aad(0x2f6),'vGJbE':function(_0x3d8f0f,_0x3566fb){return _0x3d8f0f!==_0x3566fb;},'zTPtQ':_0x428aad(0x2c7),'eipVb':_0x428aad(0x1aa),'uhXpu':function(_0x607b3f,_0x38404b){return _0x607b3f===_0x38404b;},'zBAhD':_0x428aad(0xfb),'EjiNJ':_0x428aad(0x3af),'wAUVq':_0x428aad(0x157),'jmFNW':_0x428aad(0x213),'YJEnU':'makensis.exe','JHcpF':'[builder]\x20NSIS\x20non\x20trouvé,\x20préparation\x20de\x20l\x27installation...','dIpZf':_0x428aad(0xd0),'dTmnz':'iXQgv','VBqFZ':'xnSwp','GMyML':_0x428aad(0x2b7),'SaMVS':_0x428aad(0x90),'ifsnT':function(_0x34038b,_0x5f3311,_0x51d3f6){return _0x34038b(_0x5f3311,_0x51d3f6);},'gRBBa':_0x428aad(0x230),'LYnDL':function(_0x391d9a,_0x5380f7){return _0x391d9a!==_0x5380f7;},'xkVGj':'uEdxZ','lIjNh':'UDdro','FyfBe':_0x428aad(0x2b4),'XgvNL':_0x428aad(0x16c),'lSChi':_0x428aad(0x9e),'LkGrN':_0x428aad(0x38d),'JMknq':'[builder]\x20Installateur\x20créé\x20avec\x20succès:','lDwDL':function(_0x6d8254,_0xceef2c){return _0x6d8254===_0xceef2c;},'BUkRv':_0x428aad(0x242),'qUTsd':function(_0x369b53,_0x4fadae){return _0x369b53(_0x4fadae);},'rcHEB':_0x428aad(0x37b),'tZXkW':_0x428aad(0x198),'eaYdp':'[builder]\x20Installateur\x20créé.','DDjbE':_0x428aad(0x134),'yfoBV':_0x428aad(0x14c),'zIzmg':_0x428aad(0x14f)};console[_0x428aad(0x3b4)](_0x1141aa['TtAgF']),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x98)],LITE_BUILD?_0x1141aa[_0x428aad(0x380)]:_0x428aad(0x12a)),_0x1141aa[_0x428aad(0x121)](rmdir,BUILD),_0x1141aa[_0x428aad(0x282)](rmdir,DIST),_0x1141aa[_0x428aad(0x282)](ensureDir,BUILD),_0x1141aa['ZSuVW'](ensureDir,DIST);let _0x3f6810=APP_SRC;const _0x4bb771={'package.json':[_0x428aad(0x353)],'main':[_0x1141aa[_0x428aad(0xd9)],_0x1141aa['tXFZK'],_0x1141aa[_0x428aad(0x254)],_0x1141aa[_0x428aad(0x16e)],_0x1141aa[_0x428aad(0x170)]],'preload':[_0x1141aa[_0x428aad(0x1c2)],_0x1141aa[_0x428aad(0x2ea)],_0x1141aa[_0x428aad(0x180)],_0x1141aa[_0x428aad(0x93)],_0x1141aa['tsjhQ']],'index':[_0x1141aa['ytgOc'],_0x1141aa[_0x428aad(0x22e)]]},_0x373cc7=(_0x545311,_0x57ca89)=>{const _0x39cfc3=_0x428aad;return _0x57ca89[_0x39cfc3(0x1b8)](_0x5f3573=>fs[_0x39cfc3(0x2f3)](path[_0x39cfc3(0x212)](_0x545311,_0x5f3573)));},_0x1feb5c=_0x1141aa[_0x428aad(0x226)](_0x373cc7,APP_SRC,_0x4bb771[_0x1141aa['yyzzp']]),_0x33b792=_0x1141aa['dDVZl'](_0x373cc7,APP_SRC,_0x4bb771[_0x428aad(0x1d6)]),_0x5ac66d=_0x1141aa[_0x428aad(0x39a)](_0x373cc7,APP_SRC,_0x4bb771[_0x1141aa['DJSwM']]),_0x3178fc=[_0x1feb5c?_0x1141aa[_0x428aad(0x17b)]:null,_0x33b792?_0x1141aa[_0x428aad(0x297)]:null,_0x5ac66d?_0x428aad(0x23b):null][_0x428aad(0x1b4)](_0x826f64=>_0x826f64!==null),_0x4aa522=[_0x428aad(0x353),_0x1141aa[_0x428aad(0x297)],_0x1141aa[_0x428aad(0x138)]];if(_0x1141aa[_0x428aad(0xbb)](_0x3178fc['length'],0x0))console['log'](_0x428aad(0x279)),generateAppFiles(),_0x3f6810=APP_SRC;else{if(_0x1141aa['iRZaX'](_0x3178fc[_0x428aad(0x1de)],_0x4aa522[_0x428aad(0x1de)])){const _0x28a0ff=_0x4aa522['filter'](_0xd43652=>!_0x3178fc[_0x428aad(0x34d)](_0xd43652));console[_0x428aad(0x2d7)](_0x428aad(0x186)+APP_SRC+'\x20:'),_0x28a0ff[_0x428aad(0x266)](_0x337eb6=>console[_0x428aad(0x2d7)](_0x428aad(0x3a7)+_0x337eb6)),console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x339)]),_0x3f6810=APP_SRC;}else{if(_0x1141aa[_0x428aad(0x1b7)]===_0x1141aa[_0x428aad(0x1b7)]){console['log']('[builder]\x20✓\x20Fichiers\x20d\x27application\x20détectés\x20dans:\x20'+APP_SRC);const _0x5eebe9=[];if(_0x1feb5c)_0x5eebe9['push'](_0x4bb771[_0x1141aa['yyzzp']][0x0]);if(_0x33b792){const _0x5fb5e5=_0x4bb771[_0x428aad(0x1d6)][_0x428aad(0x22c)](_0x18dea6=>fs[_0x428aad(0x2f3)](path[_0x428aad(0x212)](APP_SRC,_0x18dea6)));if(_0x5fb5e5)_0x5eebe9['push'](_0x5fb5e5);}if(_0x5ac66d){const _0x55ed6e=_0x4bb771[_0x1141aa[_0x428aad(0x2e6)]][_0x428aad(0x22c)](_0x20ae45=>fs[_0x428aad(0x2f3)](path['join'](APP_SRC,_0x20ae45)));if(_0x55ed6e)_0x5eebe9[_0x428aad(0x1ab)](_0x55ed6e);}console[_0x428aad(0x3b4)](_0x428aad(0x190)+_0x5eebe9['join'](',\x20')),_0x3f6810=APP_SRC;}else{const _0x271c74=_0x854290['readFileSync'](_0x5ec0ae,_0x1141aa['RXwVj']),_0x19c7ef=_0x271c74[_0x428aad(0x34d)](_0x1141aa[_0x428aad(0x12b)]),_0x531579=_0x271c74[_0x428aad(0x34d)]('allowedModules');if(!_0x19c7ef||!_0x531579){_0x807422['log'](_0x428aad(0x308)),_0x243245['log'](_0x1141aa[_0x428aad(0x36b)]);const _0x11a737=_0x428aad(0x370),_0x4b57d2=_0x1141aa[_0x428aad(0x205)](_0x271c74,_0x11a737);_0x2a5a83[_0x428aad(0x382)](_0x409b0e,_0x4b57d2,_0x1141aa['RXwVj']),_0x1ea087[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x32a)]);}else _0x2f30ec[_0x428aad(0x3b4)](_0x428aad(0x181));}}}if(LITE_BUILD){if(_0x1141aa[_0x428aad(0x267)]('hGgkF',_0x1141aa[_0x428aad(0x318)])){console[_0x428aad(0x3b4)](_0x428aad(0x29f));try{if(_0x1141aa[_0x428aad(0x2f9)](_0x1141aa[_0x428aad(0x2ce)],_0x428aad(0x2c3))){_0x1141aa[_0x428aad(0x39a)](execSync,_0x428aad(0x1a9)+path[_0x428aad(0x212)](__dirname,_0x428aad(0x115))+_0x428aad(0x232)+_0x3f6810+'\x22',{'stdio':_0x1141aa['TWffv'],'env':process['env']});const _0xbdadf7=path[_0x428aad(0x212)](ROOT,_0x1141aa[_0x428aad(0x23a)]);if(fs[_0x428aad(0x2f3)](_0xbdadf7)){console['log'](_0x1141aa[_0x428aad(0x244)]);const _0x57fccc=fs['readFileSync'](_0xbdadf7,_0x428aad(0x14a));console[_0x428aad(0x3b4)](_0x57fccc);const _0x268d30=path[_0x428aad(0x212)](_0x3f6810,_0x1141aa[_0x428aad(0x17b)]);if(fs['existsSync'](_0x268d30)){const _0x908c2c=JSON[_0x428aad(0x135)](fs['readFileSync'](_0x268d30,_0x1141aa[_0x428aad(0x2b9)])),_0x3376f2=[],_0x556cdf=_0x57fccc['split'](/\r?\n/);let _0x226005=![];for(const _0x50a651 of _0x556cdf){if(_0x428aad(0x106)===_0x1141aa[_0x428aad(0x338)])_0x412c26[_0x428aad(0x13e)](_0x1141aa[_0x428aad(0x1ac)],_0x1981e2[_0x428aad(0x207)]),_0x558a5b[_0x428aad(0x142)](0x1);else{if(_0x50a651[_0x428aad(0x34b)](_0x1141aa[_0x428aad(0x197)]))_0x226005=!![];else{if(_0x50a651[_0x428aad(0x34b)](_0x1141aa[_0x428aad(0x113)]))_0x226005=![];else _0x226005&&_0x50a651['trim']()[_0x428aad(0x34b)]('-\x20')&&(_0x1141aa[_0x428aad(0x21e)](_0x1141aa[_0x428aad(0x231)],_0x1141aa[_0x428aad(0x231)])?_0x3376f2[_0x428aad(0x1ab)](_0x50a651['replace'](/^- /,'')[_0x428aad(0xeb)]()):(_0xf2bd9a=_0x27a3c3,_0x1f4d5c[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x28e)],_0x4d67c7)));}}}if(_0x1141aa[_0x428aad(0x2bb)](_0x3376f2[_0x428aad(0x1de)],0x0)){const _0x57ba97={};for(const _0x2ab55a of _0x3376f2){if(_0x1141aa[_0x428aad(0x21e)](_0x1141aa[_0x428aad(0x320)],_0x1141aa[_0x428aad(0x320)])){if(_0x908c2c[_0x428aad(0x2c1)]&&_0x908c2c[_0x428aad(0x2c1)][_0x2ab55a]){if(_0x1141aa[_0x428aad(0x21e)](_0x1141aa[_0x428aad(0x255)],_0x428aad(0x136)))_0x57ba97[_0x2ab55a]=_0x908c2c[_0x428aad(0x2c1)][_0x2ab55a];else{const _0x2ca45a=_0x13fd88[_0x428aad(0x212)](_0x561086,_0x428aad(0x353));if(!_0x29f24a[_0x428aad(0x2f3)](_0x2ca45a))return _0x3958b5[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0xc1)]),{'name':_0x1141aa[_0x428aad(0x161)],'productName':_0x428aad(0x277),'packageName':_0x428aad(0x3bd),'version':_0x1141aa['GvVIb'],'description':_0x1141aa[_0x428aad(0x36e)],'author':_0x428aad(0x39e),'copyright':'©\x20'+new _0xf5d7fa()[_0x428aad(0x102)]()+_0x428aad(0x1bd)};const _0x37b08b=_0x863d38['parse'](_0x5a95c6[_0x428aad(0x32b)](_0x2ca45a,_0x1141aa[_0x428aad(0x2b9)]));let _0x4315e7=_0x37b08b[_0x428aad(0x1fd)];if(!_0x4315e7){const _0x4d802f=_0x1141aa[_0x428aad(0x280)](typeof _0x37b08b[_0x428aad(0x263)],'string')?_0x37b08b[_0x428aad(0x263)]:_0x37b08b[_0x428aad(0x263)]?.[_0x428aad(0x1c1)]||_0x1141aa[_0x428aad(0x9a)],_0x4b646b=_0x37b08b['name']||'app',_0x2f7950=_0x4d802f[_0x428aad(0xf5)]()[_0x428aad(0x24d)](/[^a-z0-9]/g,'')[_0x428aad(0x24d)](/^[^a-z]/,'x'),_0x254b9d=_0x4b646b['toLowerCase']()[_0x428aad(0x24d)](/[^a-z0-9]/g,'')[_0x428aad(0x24d)](/^[^a-z]/,'x');_0x4315e7=_0x428aad(0x14e)+_0x2f7950+'.'+_0x254b9d;}return{'name':_0x37b08b[_0x428aad(0x1c1)]||_0x1141aa[_0x428aad(0x161)],'productName':_0x37b08b['productName']||_0x37b08b['name']||_0x1141aa['eKohP'],'packageName':_0x4315e7,'version':_0x37b08b[_0x428aad(0x363)]||_0x1141aa['GvVIb'],'description':_0x37b08b[_0x428aad(0x362)]||_0x1141aa['CiDAO'],'author':typeof _0x37b08b[_0x428aad(0x263)]===_0x1141aa[_0x428aad(0x2f2)]?_0x37b08b['author']:_0x37b08b[_0x428aad(0x263)]?.[_0x428aad(0x1c1)]||_0x1141aa[_0x428aad(0x264)],'copyright':_0x37b08b['copyright']||'©\x20'+new _0x58689a()[_0x428aad(0x102)]()+'\x20'+(_0x1141aa[_0x428aad(0x280)](typeof _0x37b08b[_0x428aad(0x263)],_0x428aad(0x2ab))?_0x37b08b[_0x428aad(0x263)]:_0x37b08b[_0x428aad(0x263)]?.[_0x428aad(0x1c1)]||_0x1141aa[_0x428aad(0x264)])};}}}else _0x43d1e1[_0x428aad(0x2d7)](_0x428aad(0x2c5),_0x48193a[_0x428aad(0x207)]);}_0x908c2c[_0x428aad(0x2c1)]=_0x57ba97,fs[_0x428aad(0x382)](_0x268d30,JSON[_0x428aad(0x35d)](_0x908c2c,null,0x2)),console['log'](_0x1141aa[_0x428aad(0x22d)]);}}}console['log'](_0x1141aa[_0x428aad(0x274)]);}else _0x183f42[_0x428aad(0x2d7)](_0x428aad(0x2dc));}catch(_0x10974c){if(_0x1141aa[_0x428aad(0x21e)](_0x1141aa[_0x428aad(0x1a0)],_0x428aad(0x10e))){if(_0xb2375f[_0x428aad(0x34b)](_0x1141aa[_0x428aad(0x197)]))_0xf42a1=!![];else{if(_0x57531d[_0x428aad(0x34b)](_0x1141aa['zjVQJ']))_0x10f81c=![];else _0x3b716c&&_0x5c5ad9['trim']()['startsWith']('-\x20')&&_0x20c6b7[_0x428aad(0x1ab)](_0x49b195[_0x428aad(0x24d)](/^- /,'')['trim']());}}else console['warn'](_0x1141aa[_0x428aad(0xa0)],_0x10974c[_0x428aad(0x207)]),console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x26f)]);}}else return![];}console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x39b)]);try{function _0xea750d(_0x38dad5,_0x23fa5a=''){const _0x36a51f=_0x428aad,_0x1d1e17=[],_0x38f979=fs['readdirSync'](_0x38dad5,{'withFileTypes':!![]}),_0xe11532=[_0x1141aa[_0x36a51f(0x2b1)],_0x1141aa['bLJFj'],_0x1141aa['QDudv'],_0x1141aa['hZUmC'],_0x36a51f(0x1be),_0x1141aa['DnGBn'],_0x1141aa['wbsUv'],_0x1141aa[_0x36a51f(0x2b6)],_0x1141aa[_0x36a51f(0x10d)],_0x1141aa[_0x36a51f(0x187)],_0x1141aa[_0x36a51f(0x20e)],_0x1141aa['IEbHC'],_0x1141aa[_0x36a51f(0x1b6)],_0x1141aa[_0x36a51f(0x149)],_0x1141aa[_0x36a51f(0x398)],_0x1141aa[_0x36a51f(0x1d1)]];for(const _0x3b041b of _0x38f979){const _0x80014e=path[_0x36a51f(0x212)](_0x38dad5,_0x3b041b[_0x36a51f(0x1c1)]),_0x1bb5bc=_0x23fa5a?_0x23fa5a+'/'+_0x3b041b['name']:_0x3b041b[_0x36a51f(0x1c1)];if(_0xe11532[_0x36a51f(0x34d)](_0x3b041b[_0x36a51f(0x1c1)])||_0xe11532[_0x36a51f(0x1b8)](_0x460440=>_0x1bb5bc[_0x36a51f(0x34b)](_0x460440+'/'))||_0x3b041b[_0x36a51f(0x1c1)][_0x36a51f(0x34b)](_0x36a51f(0x1ce)))continue;if(_0x3b041b[_0x36a51f(0x215)]())_0x1d1e17[_0x36a51f(0x1ab)](..._0x1141aa[_0x36a51f(0x226)](_0xea750d,_0x80014e,_0x1bb5bc));else _0x3b041b[_0x36a51f(0x253)]()&&(_0x1141aa[_0x36a51f(0x280)]('cqYai',_0x36a51f(0x2a7))?_0x212e0b[_0x36a51f(0x1ab)](_0x2a3264[_0x36a51f(0x24d)](/^- /,'')[_0x36a51f(0xeb)]()):_0x1d1e17[_0x36a51f(0x1ab)](_0x80014e));}return _0x1d1e17;}const _0x4cf00d=_0x1141aa['ZSuVW'](_0xea750d,_0x3f6810);_0x1141aa[_0x428aad(0x21e)](_0x4cf00d[_0x428aad(0x1de)],0x0)&&(console['error'](_0x1141aa[_0x428aad(0x163)],_0x3f6810),process[_0x428aad(0x142)](0x1));console[_0x428aad(0x3b4)]('[builder]\x20✅\x20Collected\x20'+_0x4cf00d[_0x428aad(0x1de)]+_0x428aad(0x3a2));const _0x30a6f4=path['join'](BUILD,_0x1141aa[_0x428aad(0x1fa)]),_0x455a17=_0x4cf00d[_0x428aad(0x34c)](_0x3ee126=>'\x22'+_0x3ee126+'\x22')['join']('\x20');execSync('\x22'+SEVEN_ZIP_PATH+_0x428aad(0x15e)+_0x30a6f4+'\x22\x20'+_0x455a17,{'stdio':_0x1141aa[_0x428aad(0x236)]}),fs[_0x428aad(0x125)](_0x30a6f4,path[_0x428aad(0x212)](BUILD,'app.asar')),console[_0x428aad(0x3b4)]('[builder]\x20✅\x20ASAR\x20créé\x20avec\x20'+_0x4cf00d[_0x428aad(0x1de)]+_0x428aad(0x21f));}catch(_0x5a38aa){console[_0x428aad(0x13e)](_0x1141aa[_0x428aad(0x1ac)],_0x5a38aa[_0x428aad(0x207)]),process['exit'](0x1);}console['log'](_0x1141aa['FEPtO']);const _0x3fd997=[_0x428aad(0x235),_0x1141aa[_0x428aad(0x1c2)],_0x1141aa['VeAjw']][_0x428aad(0x1b4)](_0x20754d=>fs[_0x428aad(0x2f3)](path[_0x428aad(0x212)](_0x3f6810,_0x20754d)));_0x1141aa[_0x428aad(0x319)](ensureDir,path[_0x428aad(0x212)](BUILD,'js'));for(const _0x3b1d06 of _0x3fd997){const _0x12820c=path[_0x428aad(0x212)](_0x3f6810,_0x3b1d06),_0x3e6ef7=path[_0x428aad(0x212)](BUILD,'js',_0x3b1d06[_0x428aad(0x24d)](_0x1141aa['bABLH'],_0x1141aa[_0x428aad(0x24c)]));console[_0x428aad(0x3b4)](_0x1141aa['potxq'],_0x3b1d06),await bytenode[_0x428aad(0x94)](_0x12820c,_0x3e6ef7);}console['log'](_0x1141aa[_0x428aad(0x310)]);const _0x59339c=fs[_0x428aad(0x32b)](path[_0x428aad(0x212)](BUILD,_0x1141aa[_0x428aad(0xdb)]));if(!KEY){if(_0x1141aa[_0x428aad(0x172)](_0x1141aa[_0x428aad(0x147)],_0x428aad(0x3c2)))return _0x1cbfce['warn'](_0x1141aa[_0x428aad(0x23d)]),![];else console['warn'](_0x428aad(0x2dc));}const _0x45e7bd=crypto[_0x428aad(0x307)](0x10),_0x154a6a=crypto[_0x428aad(0x3a3)](_0x1141aa['vwNiN'])[_0x428aad(0x1a5)](_0x1141aa['PRxOZ'](KEY,_0x428aad(0x100)))['digest'](),_0x46ebf6=crypto[_0x428aad(0x25e)](_0x1141aa[_0x428aad(0x1cf)],_0x154a6a,_0x45e7bd),_0x4f104c=Buffer[_0x428aad(0x294)]([_0x45e7bd,_0x46ebf6[_0x428aad(0x1a5)](_0x59339c),_0x46ebf6[_0x428aad(0xb0)]()]);fs[_0x428aad(0x382)](path[_0x428aad(0x212)](BUILD,_0x1141aa['ovSja']),_0x4f104c),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x1e6)]);try{const _0x1770ff=_0x1141aa[_0x428aad(0x293)](getAppInfo),_0x80861b={'app_name':_0x1770ff[_0x428aad(0x2ba)],'app_version':_0x1770ff[_0x428aad(0x363)],'app_author':_0x1770ff['author'],'build_ts':new Date()[_0x428aad(0x203)](),'build_id':crypto['randomBytes'](0x8)['toString'](_0x1141aa['VlzUI'])},_0x5a8902=fs[_0x428aad(0x32b)](path[_0x428aad(0x212)](BUILD,_0x1141aa[_0x428aad(0x2dd)])),_0x25a253=Buffer[_0x428aad(0x11c)](JSON[_0x428aad(0x35d)](_0x80861b),_0x1141aa[_0x428aad(0x2b9)]),_0x25dfab=Buffer[_0x428aad(0x119)](0x4);_0x25dfab[_0x428aad(0x1a4)](_0x25a253[_0x428aad(0x1de)],0x0);const _0x1876ec=Buffer['concat']([Buffer[_0x428aad(0x11c)](_0x1141aa[_0x428aad(0x2ee)],_0x1141aa['BzDMv']),_0x25dfab,_0x25a253,_0x5a8902]),_0x33faaa=crypto[_0x428aad(0x3a3)](_0x1141aa[_0x428aad(0x272)])[_0x428aad(0x1a5)](KEY||_0x1141aa[_0x428aad(0x39d)])['digest'](),_0x2f8a02=crypto[_0x428aad(0x38b)](_0x1141aa['vwNiN'],_0x33faaa);_0x2f8a02['update'](_0x1876ec);const _0xed910c=_0x2f8a02[_0x428aad(0x28d)]();fs[_0x428aad(0x382)](path[_0x428aad(0x212)](BUILD,_0x428aad(0x281)),_0x1876ec),fs['writeFileSync'](path['join'](BUILD,_0x1141aa[_0x428aad(0x1bc)]),_0xed910c),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x252)](_0x1141aa[_0x428aad(0x289)],path[_0x428aad(0x212)](BUILD,_0x428aad(0x249)))),console['log'](_0x1141aa[_0x428aad(0x328)],_0x80861b);}catch(_0x34d773){if(_0x1141aa[_0x428aad(0x92)](_0x1141aa[_0x428aad(0x14b)],_0x1141aa[_0x428aad(0x14b)])){const _0x3f0587=_0x4e3cc1(),_0x2db8d7={'app_name':_0x3f0587[_0x428aad(0x2ba)],'app_version':_0x3f0587[_0x428aad(0x363)],'app_author':_0x3f0587['author'],'build_ts':new _0x5024ec()['toISOString'](),'build_id':_0x1a941c['randomBytes'](0x8)['toString'](_0x1141aa[_0x428aad(0x22f)])},_0x44f834=_0x2fa717[_0x428aad(0x32b)](_0x3710a5[_0x428aad(0x212)](_0x1a29cf,_0x1141aa[_0x428aad(0x2dd)])),_0x258a89=_0x4416d9[_0x428aad(0x11c)](_0x333d02[_0x428aad(0x35d)](_0x2db8d7),_0x428aad(0x14a)),_0x27d537=_0x143fb8['alloc'](0x4);_0x27d537[_0x428aad(0x1a4)](_0x258a89['length'],0x0);const _0x5206f7=_0x3587e4['concat']([_0x234904['from'](_0x1141aa['cakuB'],_0x428aad(0x1e8)),_0x27d537,_0x258a89,_0x44f834]),_0x155085=_0x533fa2[_0x428aad(0x3a3)](_0x1141aa[_0x428aad(0x272)])[_0x428aad(0x1a5)](_0x1141aa['OpMxs'](_0x543aa9,_0x1141aa[_0x428aad(0x39d)]))[_0x428aad(0x28d)](),_0x5ec78c=_0x55a489[_0x428aad(0x38b)](_0x1141aa[_0x428aad(0x272)],_0x155085);_0x5ec78c[_0x428aad(0x1a5)](_0x5206f7);const _0x5eb58d=_0x5ec78c['digest']();_0x3cb09a['writeFileSync'](_0xac1c6[_0x428aad(0x212)](_0x5a4ddf,_0x1141aa[_0x428aad(0x2dd)]),_0x5206f7),_0x3edfe5[_0x428aad(0x382)](_0x1be7ce[_0x428aad(0x212)](_0x475f79,_0x1141aa[_0x428aad(0x1bc)]),_0x5eb58d),_0x38e77a[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x205)](_0x1141aa[_0x428aad(0x289)],_0x25c50d[_0x428aad(0x212)](_0x548c06,_0x1141aa['gOyeg']))),_0x45f56e['log'](_0x428aad(0x314),_0x2db8d7);}else console[_0x428aad(0x13e)](_0x1141aa[_0x428aad(0x3bb)],_0x34d773['message']),process[_0x428aad(0x142)](0x1);}console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x1ba)]);const _0x3e690d=fs[_0x428aad(0x32b)](path[_0x428aad(0x212)](__dirname,_0x428aad(0x20d),_0x428aad(0x26e)),_0x1141aa[_0x428aad(0x2b9)]);fs['writeFileSync'](path[_0x428aad(0x212)](BUILD,_0x1141aa[_0x428aad(0x372)]),_0x3e690d),console[_0x428aad(0x3b4)](_0x1141aa['QrBND']);const _0x4cd262=JavaScriptObfuscator['obfuscate'](_0x3e690d,{'compact':!![],'stringArray':!![],'stringArrayThreshold':0.8,'stringArrayEncoding':[_0x1141aa[_0x428aad(0x336)]],'identifierNamesGenerator':_0x1141aa['rQdKU'],'rotateStringArray':!![],'disableConsoleOutput':!![]});fs['writeFileSync'](path[_0x428aad(0x212)](BUILD,'bootstrap.js'),_0x4cd262[_0x428aad(0x177)]()),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0xa6)]);const _0x5e833d=path[_0x428aad(0x212)](BUILD,_0x1141aa[_0x428aad(0xa7)]);_0x1141aa['DorYE'](ensureDir,_0x5e833d);if(ELECTRON_DIST&&fs['existsSync'](ELECTRON_DIST)){console['log'](_0x428aad(0x218)),fs['cpSync'](ELECTRON_DIST,_0x5e833d,{'recursive':!![]});const _0x18c193=_0x1141aa[_0x428aad(0x293)](getAppInfo),_0x297726=path['join'](_0x5e833d,_0x428aad(0xe7)),_0x4bbc93=path[_0x428aad(0x212)](_0x5e833d,_0x18c193[_0x428aad(0x2ba)]+_0x428aad(0x30f));if(fs['existsSync'](_0x297726)){if(_0x1141aa['TiNjC'](_0x1141aa[_0x428aad(0x11e)],_0x1141aa[_0x428aad(0x286)])){console['log'](_0x1141aa[_0x428aad(0xf7)],_0x18c193[_0x428aad(0x2ba)]),fs[_0x428aad(0x125)](_0x297726,_0x4bbc93),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x377)]);const _0x3a60a1=path['join'](APP_SRC,_0x1141aa['Alsep'],_0x1141aa[_0x428aad(0x296)]);if(fs[_0x428aad(0x2f3)](_0x3a60a1)){const _0x3d8248=_0x1141aa[_0x428aad(0x1c3)](require,path[_0x428aad(0x212)](__dirname,_0x1141aa['rLhKb'],_0x428aad(0x139)));try{await _0x1141aa[_0x428aad(0x250)](_0x3d8248,_0x4bbc93,{'icon':_0x3a60a1,'version-string':{'FileDescription':_0x18c193[_0x428aad(0x362)],'ProductName':_0x18c193[_0x428aad(0x2ba)],'CompanyName':_0x18c193[_0x428aad(0x263)]}}),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x29a)]);}catch(_0x36450d){console['warn'](_0x1141aa[_0x428aad(0x1d4)],_0x36450d[_0x428aad(0x207)]);}}else console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x91)]);}else return _0x424c00[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x21a)],_0x857498['message']),null;}}else console[_0x428aad(0x2d7)](_0x428aad(0x287));console['log'](_0x1141aa[_0x428aad(0x224)]);const _0x371cc2=path[_0x428aad(0x212)](APP_SRC,_0x1141aa[_0x428aad(0x1c2)]);if(fs['existsSync'](_0x371cc2)){const _0x3b12c2=fs['readFileSync'](_0x371cc2,_0x1141aa['RXwVj']),_0x249e21=_0x3b12c2[_0x428aad(0x34d)](_0x1141aa[_0x428aad(0x12b)]),_0x2abd40=_0x3b12c2[_0x428aad(0x34d)](_0x1141aa[_0x428aad(0x276)]);if(!_0x249e21||!_0x2abd40){console[_0x428aad(0x3b4)]('[builder]\x20⚠️\x20\x20Protection\x20contextBridge\x20incomplète\x20détectée'),console[_0x428aad(0x3b4)](_0x428aad(0x28f));const _0x25fd97=_0x428aad(0x370),_0xa5dc2b=_0x3b12c2+_0x25fd97;fs[_0x428aad(0x382)](_0x371cc2,_0xa5dc2b,_0x1141aa[_0x428aad(0x2b9)]),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x32a)]);}else{if(_0x1141aa['SiFMH']!==_0x1141aa[_0x428aad(0x167)]){const _0x52c152=_0x54d9c9['join'](_0x30142e,_0x45ce0c);if(_0x1f51b9[_0x428aad(0x2f3)](_0x52c152)&&!_0x2a6ca0['includes'](_0x1141aa[_0x428aad(0x2b1)])){const _0x376043=_0x2a1acf[_0x428aad(0x2f3)](_0x1bf943['join'](_0xe64a1c,_0x1141aa['ytgOc']));if(_0x376043)return!![];}}else console[_0x428aad(0x3b4)](_0x1141aa['ZMoIx']);}}else{if(_0x1141aa[_0x428aad(0x172)](_0x1141aa['ulaGR'],_0x1141aa['ulaGR'])){console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x127)]);const _0x44f6f2='const\x20{\x20contextBridge,\x20ipcRenderer\x20}\x20=\x20require(\x27electron\x27);\x0a\x0a//\x20🔐\x20PROTECTION\x20CONTEXTBRIDGE\x20-\x20Exposer\x20les\x20APIs\x20de\x20manière\x20sécurisée\x0acontextBridge.exposeInMainWorld(\x27electron\x27,\x20{\x0a\x20\x20//\x20Exposer\x20uniquement\x20les\x20méthodes\x20IPC\x20nécessaires\x0a\x20\x20send:\x20(channel,\x20data)\x20=>\x20{\x0a\x20\x20\x20\x20const\x20allowedChannels\x20=\x20[\x27minimize-window\x27,\x20\x27maximize-window\x27,\x20\x27close-window\x27];\x0a\x20\x20\x20\x20if\x20(allowedChannels.includes(channel))\x20{\x0a\x20\x20\x20\x20\x20\x20ipcRenderer.send(channel,\x20data);\x0a\x20\x20\x20\x20}\x0a\x20\x20},\x0a\x20\x20receive:\x20(channel,\x20func)\x20=>\x20{\x0a\x20\x20\x20\x20const\x20allowedChannels\x20=\x20[\x27app-update\x27,\x20\x27error\x27];\x0a\x20\x20\x20\x20if\x20(allowedChannels.includes(channel))\x20{\x0a\x20\x20\x20\x20\x20\x20ipcRenderer.on(channel,\x20(event,\x20...args)\x20=>\x20func(...args));\x0a\x20\x20\x20\x20}\x0a\x20\x20}\x0a});';fs['writeFileSync'](_0x371cc2,_0x44f6f2,_0x1141aa[_0x428aad(0x2b9)]),console[_0x428aad(0x3b4)]('[builder]\x20✅\x20preload.js\x20par\x20défaut\x20créé\x20(sécurisé)');}else _0x7f44bd[_0x428aad(0x3b4)](_0x5d9aab+_0x428aad(0x160)+_0x4fe736);}const _0x1e9448=getTempProtectedDir();_0x1141aa[_0x428aad(0x1c3)](rmdir,_0x1e9448),_0x1141aa[_0x428aad(0x1c3)](ensureDir,_0x1e9448),console['log']('[builder]\x20🔒\x20Copie\x20des\x20fichiers\x20sources\x20vers\x20le\x20dossier\x20de\x20travail\x20(les\x20originaux\x20restent\x20intacts)...');try{const _0x44089d=fs[_0x428aad(0x26d)](APP_SRC);for(const _0x143ff7 of _0x44089d){if(_0x1141aa[_0x428aad(0x10f)]===_0x428aad(0x37e)){if(_0x1141aa[_0x428aad(0xc2)](_0x143ff7,_0x1141aa[_0x428aad(0x33c)])||_0x143ff7===_0x1141aa[_0x428aad(0xa1)]||_0x1141aa['mkNbE'](_0x143ff7,_0x1141aa[_0x428aad(0x2b1)])){if(_0x1141aa[_0x428aad(0x143)]('eyNQR',_0x1141aa['YPeDA']))continue;else{if(_0x3506d9[_0x428aad(0x2f3)](_0x2bb861))return _0x13dd5d[_0x428aad(0x3b4)](_0x428aad(0x35a)+_0x3709d2),_0x4fda14;}}const _0x3cedfd=path[_0x428aad(0x212)](APP_SRC,_0x143ff7),_0x4ac0c7=path[_0x428aad(0x212)](_0x1e9448,_0x143ff7);if(fs[_0x428aad(0x248)](_0x3cedfd)[_0x428aad(0x215)]()){if(_0x1141aa[_0x428aad(0xc2)](_0x428aad(0xb9),_0x1141aa[_0x428aad(0x37c)]))fs[_0x428aad(0x2a4)](_0x3cedfd,_0x4ac0c7,{'recursive':!![]});else{_0xd8f89a[_0x428aad(0x13e)](_0x1141aa[_0x428aad(0x35c)],_0x84d4bb[_0x428aad(0x207)]);throw _0x4ed460;}}else _0x1141aa[_0x428aad(0x1e2)]!==_0x1141aa[_0x428aad(0x1e2)]?_0x1444b7[_0x428aad(0x3b4)](_0x1141aa['qlKGS']):fs[_0x428aad(0x183)](_0x3cedfd,_0x4ac0c7);}else _0x2641eb[_0x428aad(0x2d7)](_0x1141aa['mIhYK'],_0x544790['message']);}console['log'](_0x428aad(0x25b)+APP_SRC+')');}catch(_0x1f0515){if(_0x1141aa[_0x428aad(0x178)]!==_0x428aad(0x37f))return!![];else{console[_0x428aad(0x13e)]('[builder]\x20❌\x20Erreur\x20lors\x20de\x20la\x20copie\x20des\x20fichiers:',_0x1f0515['message']);throw _0x1f0515;}}let _0x28921d=_0x1e9448;async function _0x3401ec(_0x55cbec,_0x5dd154=0x0){const _0x4ea7f0=_0x428aad,_0x27f70f={'LuJXU':_0x1141aa[_0x4ea7f0(0x1d4)],'mgywB':_0x1141aa[_0x4ea7f0(0x17b)],'ZiVTn':_0x1141aa[_0x4ea7f0(0xf0)],'RSslL':_0x1141aa['DJSwM'],'gvzcM':_0x1141aa[_0x4ea7f0(0x336)],'qjzcq':_0x1141aa[_0x4ea7f0(0x2fc)],'GQjTU':function(_0x2ab29b,_0x290df3){return _0x2ab29b-_0x290df3;}};if(_0x1141aa[_0x4ea7f0(0xbc)]!==_0x1141aa[_0x4ea7f0(0x19d)]){const _0x1b20f9='\x20\x20'[_0x4ea7f0(0x128)](Math[_0x4ea7f0(0x176)](_0x5dd154,0x3));try{const _0x12220a=fs['readdirSync'](_0x55cbec,{'withFileTypes':!![]});for(const _0x185689 of _0x12220a){const _0x2ee9c3=path[_0x4ea7f0(0x212)](_0x55cbec,_0x185689['name']),_0x1f4fbe=path[_0x4ea7f0(0x1b2)](_0x28921d,_0x2ee9c3);if(_0x185689['isDirectory']()){if(_0x1141aa[_0x4ea7f0(0x283)](_0x1141aa[_0x4ea7f0(0x18b)],_0x1141aa[_0x4ea7f0(0x18b)])){const _0x4a7f4e=_0x3192e8[_0x4ea7f0(0x323)][_0x4ea7f0(0x22c)](_0x823552=>_0x374110[_0x4ea7f0(0x2f3)](_0x4c2810[_0x4ea7f0(0x212)](_0xc53b33,_0x823552)));if(_0x4a7f4e)_0x2ca959[_0x4ea7f0(0x1ab)](_0x4a7f4e);}else await _0x1141aa[_0x4ea7f0(0x226)](_0x3401ec,_0x2ee9c3,_0x1141aa[_0x4ea7f0(0x205)](_0x5dd154,0x1));}else{if(_0x185689[_0x4ea7f0(0x253)]()){if(_0x1141aa[_0x4ea7f0(0x201)](_0x4ea7f0(0x2de),_0x1141aa[_0x4ea7f0(0x2a9)])){const _0x254531=_0x185689[_0x4ea7f0(0x1c1)][_0x4ea7f0(0xcc)](_0x4ea7f0(0x24f))&&!_0x185689[_0x4ea7f0(0x1c1)]['endsWith'](_0x1141aa[_0x4ea7f0(0x12f)])&&!_0x185689['name'][_0x4ea7f0(0xcc)](_0x1141aa[_0x4ea7f0(0x1c7)]),_0x3137d9=_0x185689['name'][_0x4ea7f0(0xcc)](_0x4ea7f0(0x8a))||_0x185689[_0x4ea7f0(0x1c1)][_0x4ea7f0(0xcc)](_0x1141aa['xizRq']);if(_0x1141aa['PRxOZ'](_0x254531,_0x3137d9)){_0x1141aa[_0x4ea7f0(0x280)](_0x5dd154,0x0)?_0x1141aa[_0x4ea7f0(0xcf)](_0x4ea7f0(0x155),_0x1141aa['kFsuS'])?console[_0x4ea7f0(0x3b4)](_0x1b20f9+_0x4ea7f0(0x245)+_0x1f4fbe):_0xb9152b[_0x4ea7f0(0x2d7)](_0x27f70f['LuJXU'],_0x300fa3[_0x4ea7f0(0x207)]):console[_0x4ea7f0(0x3b4)](_0x1b20f9+_0x4ea7f0(0x160)+_0x1f4fbe);try{const _0x4de60b=fs['readFileSync'](_0x2ee9c3,_0x4ea7f0(0x14a));if(_0x254531){if(_0x1141aa[_0x4ea7f0(0x383)]!==_0x1141aa[_0x4ea7f0(0x383)])_0x4d6795[_0x4ea7f0(0x13e)](_0x1141aa[_0x4ea7f0(0x163)],_0x5964bb),_0x224823[_0x4ea7f0(0x142)](0x1);else{const _0x598b7a=path['join'](_0x55cbec,_0x185689[_0x4ea7f0(0x1c1)]+_0x4ea7f0(0x195));try{_0x1141aa['tBlhL']('dWpYy',_0x1141aa['JhqRw'])?_0x2dd019[_0x4ea7f0(0x1ab)](_0x4acec8):await bytenode[_0x4ea7f0(0x94)](_0x2ee9c3,_0x598b7a);}catch(_0x47a54c){}const _0x5864d1=path[_0x4ea7f0(0x247)](_0x598b7a),_0x317de1=_0x4ea7f0(0x241)+_0x5864d1+_0x4ea7f0(0x15d)+JSON[_0x4ea7f0(0x35d)](_0x4de60b)+_0x4ea7f0(0x13d),_0x37695b=JavaScriptObfuscator['obfuscate'](_0x317de1,{'compact':!![],'stringArray':!![],'stringArrayThreshold':0.8,'stringArrayEncoding':[_0x1141aa[_0x4ea7f0(0x336)]],'identifierNamesGenerator':_0x1141aa[_0x4ea7f0(0x2fc)],'rotateStringArray':!![],'disableConsoleOutput':!![]});fs[_0x4ea7f0(0x382)](_0x2ee9c3,_0x37695b[_0x4ea7f0(0x177)]());}}else{if(_0x3137d9){if(_0x1141aa[_0x4ea7f0(0x2f9)](_0x4ea7f0(0xe3),_0x1141aa[_0x4ea7f0(0x334)])){_0x41320a[_0x4ea7f0(0x3b4)](_0x4ea7f0(0xf8)+_0x35673e);const _0x505b14=[];if(_0x1c38b6)_0x505b14[_0x4ea7f0(0x1ab)](_0x234344[_0x27f70f[_0x4ea7f0(0x1a3)]][0x0]);if(_0x32e7cf){const _0x528181=_0x31c2b0[_0x27f70f[_0x4ea7f0(0xad)]][_0x4ea7f0(0x22c)](_0x49cd7f=>_0x12e321[_0x4ea7f0(0x2f3)](_0x329b44['join'](_0x47a233,_0x49cd7f)));if(_0x528181)_0x505b14[_0x4ea7f0(0x1ab)](_0x528181);}if(_0x216d13){const _0x4e07d0=_0x387bc0[_0x27f70f['RSslL']][_0x4ea7f0(0x22c)](_0x50ad76=>_0x2b14d[_0x4ea7f0(0x2f3)](_0x38dd5d[_0x4ea7f0(0x212)](_0x2ad1e4,_0x50ad76)));if(_0x4e07d0)_0x505b14[_0x4ea7f0(0x1ab)](_0x4e07d0);}_0x456bef[_0x4ea7f0(0x3b4)](_0x4ea7f0(0x190)+_0x505b14[_0x4ea7f0(0x212)](',\x20')),_0x580e60=_0x4a48aa;}else{let _0x237606=_0x4de60b[_0x4ea7f0(0x24d)](/(<script\b[^>]*>)([\s\S]*?)(<\/script>)/gi,(_0x52b621,_0x5210bb,_0x100255,_0x5cfb35)=>{const _0x4d61a9=_0x4ea7f0;if(_0x100255[_0x4d61a9(0xeb)]()){const _0x456cea=JavaScriptObfuscator[_0x4d61a9(0x1b1)](_0x100255,{'compact':!![],'stringArray':!![],'stringArrayThreshold':0.7,'stringArrayEncoding':[_0x27f70f[_0x4d61a9(0x354)]],'identifierNamesGenerator':_0x27f70f[_0x4d61a9(0x3be)],'rotateStringArray':!![]});return''+_0x5210bb+_0x456cea[_0x4d61a9(0x177)]()+_0x5cfb35;}return _0x52b621;});_0x237606=_0x237606[_0x4ea7f0(0x24d)](/>\s+</g,'><')['replace'](/<!--[\s\S]*?-->/g,'')[_0x4ea7f0(0x24d)](/\s{2,}/g,'\x20')['trim'](),fs[_0x4ea7f0(0x382)](_0x2ee9c3,_0x237606);}}}}catch(_0x44b9d2){_0x1141aa[_0x4ea7f0(0x227)]!==_0x4ea7f0(0x33e)?console[_0x4ea7f0(0x2d7)]('[builder]\x20⚠️\x20\x20Erreur\x20lors\x20de\x20la\x20protection\x20de\x20'+_0x1f4fbe+':',_0x44b9d2[_0x4ea7f0(0x207)]):((_0x3974e6[_0x4ea7f0(0x34b)]('\x22')&&_0x4f8b6c[_0x4ea7f0(0xcc)]('\x22')||_0xc61a85['startsWith']('\x27')&&_0x1e8dc8[_0x4ea7f0(0xcc)]('\x27'))&&(_0x54bddc=_0xc38f53[_0x4ea7f0(0x292)](0x1,_0x27f70f[_0x4ea7f0(0x2b8)](_0x30e2b9[_0x4ea7f0(0x1de)],0x1))),_0x200d32[_0x4ea7f0(0x1ab)](_0x5cd9ce));}}}else{_0x5af6f9[_0x4ea7f0(0x3b4)](_0x1141aa['Hprxi'],_0x31645f),_0x1141aa[_0x4ea7f0(0x226)](_0x5270ad,_0x4ea7f0(0x262)+_0x5571c3+_0x4ea7f0(0x35e)+_0x2fa868+'\x22',{'stdio':_0x1141aa['TWffv']});if(!_0x390a63[_0x4ea7f0(0x2f3)](_0x1c8100))throw new _0x19e8b0(_0x1141aa[_0x4ea7f0(0x2ca)]);}}}}}catch(_0x17349c){_0x1141aa[_0x4ea7f0(0x2f9)]('khUax',_0x1141aa[_0x4ea7f0(0x386)])?console[_0x4ea7f0(0x2d7)](_0x4ea7f0(0x342)+_0x55cbec+':',_0x17349c[_0x4ea7f0(0x207)]):_0x56ac55[_0x4ea7f0(0x2d7)](_0x1141aa['ncUJm'],_0x2ad8ae['message']);}}else _0x1ddef5[_0x4ea7f0(0x3b4)](_0x4ea7f0(0x2b7));}console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x32e)]),await _0x3401ec(_0x28921d),console[_0x428aad(0x3b4)]('[builder]\x20✅\x20Protection\x20terminée\x20-\x20Tous\x20les\x20fichiers\x20protégés\x20récursivement'),console[_0x428aad(0x3b4)](_0x428aad(0xd4)+APP_SRC);const _0x1c1bf9=path[_0x428aad(0x212)](_0x5e833d,_0x1141aa['KQOJy'],'app');_0x1141aa[_0x428aad(0x1c3)](ensureDir,_0x1c1bf9),fs[_0x428aad(0x2a4)](_0x28921d,_0x1c1bf9,{'recursive':!![]}),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x36f)]);try{if(_0x1141aa[_0x428aad(0x3b0)]===_0x1141aa[_0x428aad(0x3b0)]){const _0x5c8ab7=path[_0x428aad(0x212)](ROOT,_0x1141aa[_0x428aad(0x2b1)],_0x428aad(0x26a)),_0x2e1bb3=path[_0x428aad(0x212)](_0x1c1bf9,_0x1141aa[_0x428aad(0x2b1)],_0x1141aa[_0x428aad(0x2e9)]);fs['existsSync'](_0x5c8ab7)?(ensureDir(path[_0x428aad(0xc9)](_0x2e1bb3)),fs['cpSync'](_0x5c8ab7,_0x2e1bb3,{'recursive':!![]}),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x25d)])):console['warn'](_0x428aad(0x193));}else _0x575a5b['warn'](_0x1141aa['iFrGB'],_0x1e06fa[_0x428aad(0x207)]);}catch(_0x53e960){console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0xd6)],_0x53e960[_0x428aad(0x207)]);}fs['copyFileSync'](path[_0x428aad(0x212)](BUILD,_0x1141aa['ovSja']),path[_0x428aad(0x212)](_0x1c1bf9,_0x1141aa[_0x428aad(0x2dd)])),fs[_0x428aad(0x183)](path[_0x428aad(0x212)](BUILD,_0x1141aa[_0x428aad(0x372)]),path[_0x428aad(0x212)](_0x1c1bf9,_0x1141aa['dtHzn'])),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x221)](_0x1141aa[_0x428aad(0x221)](_0x1141aa[_0x428aad(0x206)],APP_SRC),_0x1141aa[_0x428aad(0x2f7)])),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x315)]);const _0x5ba687=_0x1141aa[_0x428aad(0x13f)](getAppInfo),_0x15a943=path[_0x428aad(0x212)](_0x5e833d,_0x5ba687[_0x428aad(0x2ba)]+_0x428aad(0x30f));if(fs[_0x428aad(0x2f3)](_0x15a943)){const _0x92982b=getAppInfo(),_0x1e816f=path[_0x428aad(0x212)](APP_SRC,_0x1141aa['Alsep'],_0x1141aa[_0x428aad(0x296)]),_0x5c0d67=_0x1141aa[_0x428aad(0x345)](require,path[_0x428aad(0x212)](__dirname,_0x1141aa[_0x428aad(0x9f)],_0x428aad(0x139)));try{await _0x1141aa[_0x428aad(0x11d)](_0x5c0d67,_0x15a943,{'version-string':{'FileDescription':_0x92982b[_0x428aad(0x362)],'ProductName':_0x92982b[_0x428aad(0x2ba)],'CompanyName':_0x92982b['author'],'LegalCopyright':_0x92982b['copyright'],'OriginalFilename':_0x92982b['productName']+'.exe','InternalName':_0x92982b[_0x428aad(0x1c1)],'FileVersion':_0x92982b['version'],'ProductVersion':_0x92982b[_0x428aad(0x363)],'PackageName':_0x92982b[_0x428aad(0x1fd)],'Comments':_0x428aad(0x111)+_0x92982b['packageName']},'file-version':_0x92982b['version'],'product-version':_0x92982b[_0x428aad(0x363)],'icon':fs[_0x428aad(0x2f3)](_0x1e816f)?_0x1e816f:undefined}),console['log'](_0x1141aa['tVxfD']);}catch(_0x5adcc3){if(_0x1141aa[_0x428aad(0x143)](_0x1141aa['OBeGF'],_0x1141aa[_0x428aad(0x243)]))console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x1cd)],_0x5adcc3[_0x428aad(0x207)]);else throw new _0x32956b(_0x1141aa['Uzxva']);}}else _0x1141aa['cKbdl'](_0x1141aa[_0x428aad(0x270)],_0x1141aa['SFbJP'])?console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x1f1)]):_0x1a86e4[_0x428aad(0x3b4)](_0x1141aa['ZMoIx']);if(USE_UPX)try{console['log'](_0x1141aa[_0x428aad(0x1ed)]);const _0x569c2d=_0x1141aa[_0x428aad(0x13f)](getAppInfo),_0x33aed1=path[_0x428aad(0x212)](_0x5e833d,_0x569c2d[_0x428aad(0x2ba)]+'.exe');if(fs['existsSync'](_0x33aed1)){const _0x409721=!!_0x1141aa[_0x428aad(0x158)](getCodeSigningConfig);_0x1141aa[_0x428aad(0x29b)](execSync,_0x428aad(0x1a9)+path[_0x428aad(0x212)](__dirname,_0x1141aa[_0x428aad(0x396)])+'\x22\x20--exe=\x22'+_0x15a943+_0x428aad(0xdd)+_0x409721,{'stdio':'inherit','env':process[_0x428aad(0x179)]});if(_0x409721){if(_0x1141aa[_0x428aad(0x146)]===_0x1141aa['PzLEp'])_0x274e74=_0x54fca3,_0x262676[_0x428aad(0x3b4)](_0x428aad(0x2ae)+_0x52f849);else try{if(_0x1141aa[_0x428aad(0x1c5)](_0x1141aa['GmUQu'],_0x428aad(0xcd)))_0x5c3f07[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x11a)]);else{const _0x380833=path[_0x428aad(0x212)](APP_SRC,_0x1141aa[_0x428aad(0x17b)]),_0x360885=fs[_0x428aad(0x2f3)](_0x380833)?JSON[_0x428aad(0x135)](fs[_0x428aad(0x32b)](_0x380833,'utf8')):{},_0x34952a=_0x360885[_0x428aad(0x1be)]||{};try{const _0x46b809=path[_0x428aad(0x212)](APP_SRC,_0x1141aa[_0x428aad(0x17b)]),_0x4cccd0=fs[_0x428aad(0x2f3)](_0x46b809)?JSON[_0x428aad(0x135)](fs[_0x428aad(0x32b)](_0x46b809,_0x1141aa['RXwVj'])):{},_0x329092=_0x4cccd0['build']||{},_0x2249c7=path[_0x428aad(0x212)](__dirname,_0x1141aa['zmIlt']);if(fs[_0x428aad(0x2f3)](_0x1141aa['EYmis'](_0x2249c7,_0x428aad(0x24f)))){const _0x4d21ad=_0x1141aa[_0x428aad(0x345)](require,_0x2249c7);if(typeof _0x4d21ad['signExe']===_0x1141aa[_0x428aad(0x3a0)]){if(_0x1141aa[_0x428aad(0xf6)]!==_0x1141aa['CATcN'])await _0x4d21ad[_0x428aad(0x32c)](_0x15a943,_0x329092[_0x428aad(0x24b)]?.[_0x428aad(0x196)],_0x329092[_0x428aad(0x24b)]?.[_0x428aad(0x34f)]);else return _0x77840[_0x428aad(0x212)](_0xa5ea5f,_0x428aad(0x151),'temp_protected_'+_0x5d4949[_0x428aad(0x36c)]());}else{if(_0x1141aa['NrAXc'](_0x1141aa[_0x428aad(0xee)],_0x428aad(0xa5)))await _0x1141aa[_0x428aad(0x35b)](signFile,_0x15a943);else{_0x1bb3e6[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x301)]),_0x52cbd8['log'](_0x1141aa['LoTRu']);const _0x418d18=_0x428aad(0x370),_0x3cd2e5=_0x1a912b+_0x418d18;_0x529305[_0x428aad(0x382)](_0x23e333,_0x3cd2e5,_0x1141aa[_0x428aad(0x2b9)]),_0x2f59a4[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x32a)]);}}}else await _0x1141aa[_0x428aad(0x208)](signFile,_0x15a943);}catch(_0x4f1b7a){console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0xa9)],_0x4f1b7a['message']),console[_0x428aad(0x2d7)](_0x428aad(0x229)),await signFile(_0x15a943);}}}catch(_0x2a312b){console[_0x428aad(0x2d7)](_0x1141aa['ulGMh'],_0x2a312b[_0x428aad(0x207)]),console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x1e7)]),await _0x1141aa[_0x428aad(0x208)](signFile,_0x15a943);}}console['log']('[builder]\x20Compression\x20et\x20tests\x20terminés\x20avec\x20succès');}}catch(_0x3e711a){console['warn'](_0x428aad(0xd3),_0x3e711a['message']),console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x360)]);}else{if(_0x1141aa[_0x428aad(0x143)](_0x1141aa[_0x428aad(0x10b)],_0x1141aa[_0x428aad(0x10b)])){_0xbfdae9[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x298)]);const _0x21c08f=_0x1141aa['RXxns'](_0x310129),_0x1219a4=['\x22'+_0x4df2fe+_0x428aad(0x24e)+_0x21629e[_0x428aad(0x212)](_0x502d72,_0x1141aa[_0x428aad(0x84)])+_0x428aad(0x3a9),'\x22'+_0x5b369b+_0x428aad(0x27a)+_0x5ec568[_0x428aad(0x212)](_0xc2582c,_0x1141aa[_0x428aad(0x84)])+_0x428aad(0x329)+_0x12c5dc[_0x428aad(0x212)](_0x3e7e77,_0x428aad(0x185))+_0x428aad(0x3bf)+_0x21c08f[_0x428aad(0x263)]+_0x428aad(0x2ec)+_0x21c08f[_0x428aad(0x2ba)]+'\x22','\x22'+_0x3d9d37+_0x428aad(0x33f)+_0x381f8e[_0x428aad(0x212)](_0x3d35e8,_0x428aad(0x185))+_0x428aad(0x3b2)+_0x4668ba[_0x428aad(0x212)](_0x484a84,_0x1141aa[_0x428aad(0x84)])+_0x428aad(0x329)+_0x434ea0[_0x428aad(0x212)](_0x28f835,_0x1141aa[_0x428aad(0x18e)])+'\x22',_0x428aad(0x23e)+_0x2a91d3+_0x428aad(0x2c2)+_0xf805c7[_0x428aad(0x212)](_0x15a5b9,_0x1141aa[_0x428aad(0x84)])+_0x428aad(0xb8)+_0x29fd03[_0x428aad(0x212)](_0xd5a7ed,_0x1141aa[_0x428aad(0x18e)])+_0x428aad(0x359)+_0x2be227];for(const _0xb24f01 of _0x1219a4){_0x1141aa['fsOpz'](_0x5e960c,_0xb24f01,{'stdio':_0x1141aa['TWffv']});}_0x43b057['unlinkSync'](_0x1cecf8[_0x428aad(0x212)](_0x3cf295,_0x1141aa[_0x428aad(0x84)])),_0x3532c7[_0x428aad(0x89)](_0x5d4572['join'](_0x3260ae,'cert.csr')),_0x1e6433[_0x428aad(0x89)](_0x2e682d[_0x428aad(0x212)](_0x47dbbd,_0x1141aa[_0x428aad(0x18e)]));}else console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x191)]);}const _0x2a83f5=_0x1141aa[_0x428aad(0x144)](process[_0x428aad(0x179)][_0x428aad(0x259)],_0x1141aa[_0x428aad(0x31a)]);if(_0x2a83f5){if(_0x1141aa[_0x428aad(0x143)]('kJLCq',_0x428aad(0x19f))){console[_0x428aad(0x3b4)]('[builder]\x20création\x20de\x20l\x27exécutable\x20portable');const _0x331252=_0x1141aa[_0x428aad(0x2aa)](getAppInfo),_0x1095a5=path[_0x428aad(0x212)](APP_SRC,_0x1141aa[_0x428aad(0x1f7)],_0x1141aa[_0x428aad(0x296)]);try{if(_0x428aad(0xf4)!==_0x1141aa[_0x428aad(0x1a6)])_0x487a78['error']('[builder]\x20ERREUR:\x20Dossier\x20source\x20personnalisé\x20introuvable:\x20'+_0x43fc67),_0x5f39b9[_0x428aad(0x142)](0x1);else{const _0x366ae1=_0x1141aa[_0x428aad(0xff)](require,path[_0x428aad(0x212)](__dirname,_0x1141aa[_0x428aad(0x9f)],_0x1141aa[_0x428aad(0x3bc)])),_0x461b34={'name':LITE_BUILD?_0x331252['productName']+_0x428aad(0x384):_0x331252['productName'],'dir':APP_SRC,'out':DIST,'name':_0x331252['productName'],'platform':_0x428aad(0x234),'arch':_0x1141aa[_0x428aad(0x1f5)],'overwrite':!![],'asar':!![],'icon':fs[_0x428aad(0x2f3)](_0x1095a5)?_0x1095a5:undefined,'appVersion':_0x331252[_0x428aad(0x363)],'buildVersion':_0x331252[_0x428aad(0x363)],'win32metadata':{'CompanyName':_0x331252['author'],'FileDescription':_0x331252[_0x428aad(0x362)],'OriginalFilename':_0x331252[_0x428aad(0x2ba)]+_0x428aad(0x30f),'ProductName':_0x331252['productName'],'InternalName':_0x331252[_0x428aad(0x1c1)],'copyright':_0x331252[_0x428aad(0x184)]}},_0x17add4=await _0x1141aa[_0x428aad(0xff)](_0x366ae1,_0x461b34);console[_0x428aad(0x3b4)](_0x428aad(0x223),_0x17add4[_0x428aad(0x212)](',\x20'));}}catch(_0xaf42c1){console[_0x428aad(0x13e)](_0x428aad(0x19a),_0xaf42c1[_0x428aad(0x207)]),process['exit'](0x1);}}else{_0x140da1=_0x110944[_0x428aad(0x307)](0x20)['toString'](_0x1141aa[_0x428aad(0x336)])[_0x428aad(0x24d)](/[/+=]/g,'')[_0x428aad(0x292)](0x0,0x20);const _0x4ca82a=_0x766115['scryptSync'](_0x46fcec['productName']+_0x12dcc7['version'],_0x5a4a13['randomBytes'](0x20),0x20),_0x21d97d=_0x35d26c['randomBytes'](0x10),_0x56d700=_0x2add95[_0x428aad(0x25e)](_0x1141aa[_0x428aad(0x131)],_0x4ca82a,_0x21d97d),_0x2cea02=_0x3da257[_0x428aad(0x294)]([_0x56d700[_0x428aad(0x1a5)](_0x2c6d7a,_0x1141aa[_0x428aad(0x2b9)]),_0x56d700['final']()]),_0x114ea2=_0x56d700['getAuthTag']();_0x3c06f6[_0x428aad(0x382)](_0x56ef36,_0xc77dfa[_0x428aad(0x35d)]({'iv':_0x21d97d[_0x428aad(0x31b)](_0x1141aa['VlzUI']),'key':_0x4ca82a[_0x428aad(0x31b)](_0x1141aa[_0x428aad(0x22f)]),'data':_0x2cea02[_0x428aad(0x31b)](_0x1141aa[_0x428aad(0x22f)]),'tag':_0x114ea2[_0x428aad(0x31b)](_0x1141aa[_0x428aad(0x22f)])}));}}else console[_0x428aad(0x3b4)](_0x1141aa['XbhPx']);const _0x19b33a=_0x1141aa[_0x428aad(0x31c)](process[_0x428aad(0x179)]['SKIP_INSTALLER'],_0x1141aa['tuPHq']);if(!_0x19b33a)try{console[_0x428aad(0x3b4)](_0x1141aa['eARlg']);const _0x9a4106=_0x1141aa[_0x428aad(0x2d5)](getAppInfo),_0x20a6f9=path[_0x428aad(0x212)](APP_SRC,_0x1141aa[_0x428aad(0x1f7)],_0x1141aa[_0x428aad(0x296)]),_0xb406ac=path[_0x428aad(0x212)](APP_SRC,_0x1141aa[_0x428aad(0x1f7)],_0x1141aa['YfdCz']),_0x1ce4bc=path[_0x428aad(0x212)](APP_SRC,_0x428aad(0x1aa)),_0x2fd525=path['join'](APP_SRC,'assets',_0x1141aa[_0x428aad(0x296)]),_0x1af77f=fs[_0x428aad(0x2f3)](_0x20a6f9)?_0x20a6f9:_0x2fd525,_0x4cb43f=path[_0x428aad(0x212)](BUILD,_0x1141aa[_0x428aad(0x159)]);let _0x30c204='';if(fs['existsSync'](_0x1af77f)){if(_0x1141aa['dkxNI']!==_0x1141aa[_0x428aad(0xde)])try{_0x1141aa[_0x428aad(0xff)](ensureDir,_0x4cb43f);const _0x3304b6=path[_0x428aad(0x212)](_0x4cb43f,_0x1141aa[_0x428aad(0x296)]);fs[_0x428aad(0x183)](_0x1af77f,_0x3304b6),_0x30c204=_0x3304b6[_0x428aad(0x24d)](/\\/g,'\x5c\x5c'),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x316)]);}catch(_0x298c8d){console[_0x428aad(0x2d7)](_0x1141aa['rqLTa'],_0x298c8d[_0x428aad(0x207)]);}else _0xc3860e['unlinkSync'](_0x19d529);}_0x1141aa[_0x428aad(0x27d)](ensureDir,DIST);const _0x385c34=fs[_0x428aad(0x32b)](path['join'](__dirname,_0x428aad(0x20d),_0x1141aa[_0x428aad(0x17a)]),_0x428aad(0x14a)),_0x19f782={'PRODUCT_NAME':_0x9a4106[_0x428aad(0x2ba)]||_0x9a4106[_0x428aad(0x1c1)],'VERSION':(_0x9a4106[_0x428aad(0x363)]||_0x1141aa['GvVIb'])[_0x428aad(0x349)]('.')[_0x428aad(0x294)](['0','0','0'])['slice'](0x0,0x4)[_0x428aad(0x212)]('.'),'COMPANY_NAME':_0x9a4106['author']||_0x1141aa[_0x428aad(0x269)],'LICENSE_FILE':fs[_0x428aad(0x2f3)](_0x1ce4bc)?_0x1ce4bc[_0x428aad(0x24d)](/\\/g,'\x5c\x5c'):'','OUTPUT_SETUP_EXE':path[_0x428aad(0x212)](DIST,_0x9a4106['productName']+_0x428aad(0x335)+_0x9a4106[_0x428aad(0x363)]+_0x428aad(0x30f))[_0x428aad(0x24d)](/\\/g,'\x5c\x5c'),'PAYLOAD_DIR':_0x5e833d[_0x428aad(0x24d)](/\\/g,'\x5c\x5c'),'APP_ICON':_0x1141aa[_0x428aad(0x110)](_0x30c204,''),'APP_DESCRIPTION':_0x9a4106[_0x428aad(0x362)]||(_0x9a4106[_0x428aad(0x2ba)]||_0x9a4106[_0x428aad(0x1c1)])+'\x20Application','COPYRIGHT':_0x9a4106['copyright']||'©\x20'+new Date()[_0x428aad(0x102)]()+'\x20'+(_0x9a4106[_0x428aad(0x263)]||_0x1141aa[_0x428aad(0x269)]),'WEBSITE':_0x9a4106[_0x428aad(0x216)]||'','SUPPORT_URL':_0x9a4106[_0x428aad(0x222)]?.[_0x428aad(0x288)]||_0x9a4106['homepage']||'','UPDATE_URL':_0x9a4106[_0x428aad(0x216)]||'','HELP_LINK':_0x9a4106[_0x428aad(0x216)]?_0x9a4106['homepage']+_0x428aad(0xe0):'','ABOUT_URL':_0x9a4106[_0x428aad(0x216)]||''};let _0x20fcba=_0x385c34;for(const _0x1d4c42 of Object['keys'](_0x19f782)){_0x1141aa[_0x428aad(0x31d)]!==_0x1141aa[_0x428aad(0x8c)]?_0x20fcba=_0x20fcba['replace'](new RegExp(_0x1141aa[_0x428aad(0x148)](_0x1141aa[_0x428aad(0x271)],_0x1d4c42)+'}','g'),_0x19f782[_0x1d4c42]):(_0x1277a8[_0x428aad(0x13e)](_0x1141aa[_0x428aad(0xef)]),_0x1fc107[_0x428aad(0x13e)](_0x1141aa[_0x428aad(0x2df)]),_0x5207c7[_0x428aad(0x142)](0x1));}const _0x5ddc68=path[_0x428aad(0x212)](BUILD,_0x1141aa[_0x428aad(0xaf)]);fs[_0x428aad(0x382)](_0x5ddc68,_0x20fcba);try{if(_0x1141aa[_0x428aad(0x3ba)](_0x1141aa[_0x428aad(0x2b2)],_0x1141aa[_0x428aad(0x2b2)]))_0x433ea0[_0x428aad(0x1ab)]('/f',_0x26e819['certificateFile']),_0x371977[_0x428aad(0x154)]&&_0x49f655['push']('/p',_0x49b3f9[_0x428aad(0x154)]),_0x4bd3a3[_0x428aad(0x1ab)](_0x1141aa[_0x428aad(0x378)],_0x1141aa[_0x428aad(0x124)],_0x1141aa[_0x428aad(0x2a8)],_0x1141aa['vwNiN'],_0x428aad(0x3a6),_0x1141aa['vwNiN']);else{if(fs[_0x428aad(0x2f3)](_0x1af77f))fs[_0x428aad(0x183)](_0x1af77f,path[_0x428aad(0x212)](_0x5e833d,_0x428aad(0x3b3)));if(fs[_0x428aad(0x2f3)](_0x1ce4bc))fs[_0x428aad(0x183)](_0x1ce4bc,path[_0x428aad(0x212)](_0x5e833d,_0x1141aa['eipVb']));}}catch(_0x592af8){_0x1141aa[_0x428aad(0x18a)](_0x1141aa[_0x428aad(0x38f)],_0x1141aa[_0x428aad(0xd5)])?_0x5da0c0[_0x15d667]=_0x374a59[_0x428aad(0x2c1)][_0xf94f77]:console[_0x428aad(0x2d7)](_0x1141aa[_0x428aad(0x153)],_0x592af8[_0x428aad(0x207)]);}console[_0x428aad(0x3b4)](_0x428aad(0x26c));const _0x437be0=path[_0x428aad(0x212)](__dirname,_0x1141aa[_0x428aad(0x9f)],_0x1141aa['wAUVq']),_0x3da1fb=path[_0x428aad(0x212)](_0x437be0,_0x1141aa['jmFNW'],_0x1141aa[_0x428aad(0xba)]);if(!fs[_0x428aad(0x2f3)](_0x3da1fb)){console['log'](_0x1141aa[_0x428aad(0x15c)]);const _0x77cec5=_0x1141aa[_0x428aad(0x367)],_0x59a7ab=path['join'](BUILD,_0x428aad(0x1db));try{ensureDir(_0x437be0);if(fs['existsSync'](_0x59a7ab)){if(_0x1141aa[_0x428aad(0x2d4)]===_0x1141aa[_0x428aad(0x1da)]){const _0x3232e5=_0x33c4ac[_0x1141aa[_0x428aad(0x38c)]];_0xc4b031=_0x37f266[_0x428aad(0x140)](_0x3232e5)?_0x3232e5:_0x305b72[_0x428aad(0x130)](_0x3232e5),!_0x4ce2ed[_0x428aad(0x2f3)](_0x4c1570)&&(_0x7aa500[_0x428aad(0x13e)]('[builder]\x20ERREUR:\x20Dossier\x20source\x20personnalisé\x20introuvable:\x20'+_0x13203a),_0x5be45c[_0x428aad(0x142)](0x1)),_0x1356cb[_0x428aad(0x3b4)](_0x428aad(0x2af)+_0x29db8e);}else console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x95)]);}else{console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x175)],_0x77cec5),execSync(_0x428aad(0x262)+_0x77cec5+'\x22\x20-o\x20\x22'+_0x59a7ab+'\x22',{'stdio':_0x1141aa[_0x428aad(0x236)]});if(!fs[_0x428aad(0x2f3)](_0x59a7ab))throw new Error(_0x1141aa[_0x428aad(0x2ca)]);}console['log'](_0x1141aa[_0x428aad(0x30e)]),_0x1141aa[_0x428aad(0xaa)](execSync,'\x22'+SEVEN_ZIP_PATH+_0x428aad(0x330)+_0x59a7ab+_0x428aad(0x356)+_0x437be0+_0x428aad(0x341),{'stdio':'inherit'});if(!fs[_0x428aad(0x2f3)](_0x3da1fb))throw new Error(_0x428aad(0x2d2)+_0x3da1fb);fs[_0x428aad(0x89)](_0x59a7ab),console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x116)]);}catch(_0x25134d){if(_0x1141aa[_0x428aad(0x317)](_0x1141aa[_0x428aad(0x2bd)],_0x1141aa[_0x428aad(0x31e)])){console[_0x428aad(0x13e)]('[builder]\x20Erreur\x20lors\x20de\x20l\x27installation\x20de\x20NSIS:',_0x25134d['message']);if(fs[_0x428aad(0x2f3)](_0x59a7ab)){if(_0x1141aa[_0x428aad(0x317)](_0x1141aa['FyfBe'],_0x428aad(0x1f4)))fs['unlinkSync'](_0x59a7ab);else throw new _0x5c7140(_0x428aad(0x2d2)+_0x40b182);}throw _0x25134d;}else{_0x5787b0[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x364)]);const _0x5b6720=_0x428aad(0x399);_0x23efe4[_0x428aad(0x382)](_0x29c14d,_0x5b6720);}}}if(!fs[_0x428aad(0x2f3)](_0x5ddc68)){if(_0x1141aa[_0x428aad(0x18a)](_0x428aad(0x16c),_0x1141aa['XgvNL']))throw new Error(_0x428aad(0x20b)+_0x5ddc68);else _0x1c2b30[_0x428aad(0x2c1)]&&_0x5198b1[_0x428aad(0x2c1)][_0x43dffd]&&(_0x5cd781[_0x5638df]=_0x945e62['dependencies'][_0x38728b]);}console['log'](_0x1141aa[_0x428aad(0x313)]),console['log'](_0x1141aa[_0x428aad(0xfc)],_0x5ddc68),console['log'](_0x428aad(0x333),_0x3da1fb);try{_0x1141aa[_0x428aad(0xaa)](execSync,'\x22'+_0x3da1fb+'\x22\x20\x22'+_0x5ddc68+'\x22',{'stdio':_0x1141aa['TWffv']});const _0x3bd1b0=path[_0x428aad(0x212)](DIST,_0x9a4106[_0x428aad(0x2ba)]+_0x428aad(0x335)+_0x9a4106[_0x428aad(0x363)]+_0x428aad(0x30f));if(fs[_0x428aad(0x2f3)](_0x3bd1b0)){console[_0x428aad(0x3b4)](_0x1141aa['JMknq'],_0x3bd1b0);try{const _0x17296f=path['join'](APP_SRC,_0x1141aa['yyzzp']),_0x1f59d7=fs['existsSync'](_0x17296f)?JSON[_0x428aad(0x135)](fs[_0x428aad(0x32b)](_0x17296f,_0x1141aa[_0x428aad(0x2b9)])):{},_0x39cc9d=_0x1f59d7[_0x428aad(0x1be)]||{};try{const _0x493874=path['join'](APP_SRC,_0x1141aa['yyzzp']),_0x1b4583=fs['existsSync'](_0x493874)?JSON[_0x428aad(0x135)](fs[_0x428aad(0x32b)](_0x493874,_0x1141aa[_0x428aad(0x2b9)])):{},_0x356ad2=_0x1b4583[_0x428aad(0x1be)]||{},_0x59d4b9=path[_0x428aad(0x212)](__dirname,_0x1141aa['zmIlt']);if(fs['existsSync'](_0x1141aa['hBTDW'](_0x59d4b9,_0x1141aa[_0x428aad(0x24c)]))){if(_0x1141aa[_0x428aad(0x387)](_0x1141aa[_0x428aad(0x17f)],_0x1141aa[_0x428aad(0x17f)])){const _0x71f19b=_0x1141aa['qUTsd'](require,_0x59d4b9);if(_0x1141aa[_0x428aad(0x387)](typeof _0x71f19b[_0x428aad(0x32c)],_0x1141aa['tQAHz']))await _0x71f19b[_0x428aad(0x32c)](_0x3bd1b0,_0x356ad2[_0x428aad(0x24b)]?.[_0x428aad(0x196)],_0x356ad2[_0x428aad(0x24b)]?.[_0x428aad(0x34f)]);else{if(_0x1141aa[_0x428aad(0x317)]('DjTSe',_0x428aad(0xca)))await _0x1141aa[_0x428aad(0x238)](signFile,_0x3bd1b0);else{if(_0x17aafd['trim']()){const _0x25e2c4=_0x3ff8a0[_0x428aad(0x1b1)](_0x5e76ff,{'compact':!![],'stringArray':!![],'stringArrayThreshold':0.7,'stringArrayEncoding':[_0x1141aa['sVNgS']],'identifierNamesGenerator':_0x1141aa['rQdKU'],'rotateStringArray':!![]});return''+_0x42fa7b+_0x25e2c4[_0x428aad(0x177)]()+_0x20a276;}return _0x147e19;}}}else _0x112b71[_0x428aad(0x3b4)](_0x428aad(0x279)),_0x1141aa['RXxns'](_0x53fa16),_0x50d8f9=_0x17734a;}else await signFile(_0x3bd1b0);}catch(_0x373243){console[_0x428aad(0x2d7)](_0x428aad(0x11b),_0x373243[_0x428aad(0x207)]),console[_0x428aad(0x2d7)](_0x1141aa['CKiOh']),await signFile(_0x3bd1b0);}}catch(_0x5b82ee){_0x1141aa[_0x428aad(0x2d9)]!==_0x1141aa[_0x428aad(0x2fa)]?(console['warn'](_0x1141aa[_0x428aad(0xa9)],_0x5b82ee['message']),console['warn'](_0x428aad(0x229)),await _0x1141aa[_0x428aad(0x238)](signFile,_0x3bd1b0)):_0x2867d4['warn'](_0x1141aa[_0x428aad(0x1f1)]);}}else throw new Error(_0x428aad(0x2d8)+_0x3bd1b0);}catch(_0x5e1bb0){console[_0x428aad(0x13e)]('[builder]\x20Erreur\x20lors\x20de\x20la\x20création\x20de\x20l\x27installateur:',_0x5e1bb0[_0x428aad(0x207)]);throw _0x5e1bb0;}console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x1e1)]);}catch(_0x2bd970){if(_0x428aad(0x114)===_0x1141aa[_0x428aad(0x2ff)]){if(_0x5904cf['existsSync'](_0x46ef59))_0x518afa[_0x428aad(0x18c)](_0x42c643,{'recursive':!![],'force':!![]});}else console[_0x428aad(0x2d7)](_0x1141aa['yfoBV'],_0x2bd970[_0x428aad(0x207)]);}else{if(_0x1141aa[_0x428aad(0x200)]===_0x1141aa[_0x428aad(0x200)])console[_0x428aad(0x3b4)](_0x1141aa[_0x428aad(0x33a)]);else return _0x421da7[_0x428aad(0x2d7)]('[builder]\x20Échec\x20de\x20la\x20signature\x20de\x20'+_0xe835c0['basename'](_0x1b5473)+':',_0x266138[_0x428aad(0x207)]),![];}console['log'](_0x428aad(0x33b));}());
2
+ const _0x401069=_0x3923;(function(_0x4f2501,_0x21e4b5){const _0x3d9ecd=_0x3923,_0x19f308=_0x4f2501();while(!![]){try{const _0x3e238f=-parseInt(_0x3d9ecd(0x1f6))/0x1+parseInt(_0x3d9ecd(0x2b1))/0x2+parseInt(_0x3d9ecd(0x27c))/0x3*(parseInt(_0x3d9ecd(0x285))/0x4)+parseInt(_0x3d9ecd(0x1a8))/0x5+-parseInt(_0x3d9ecd(0x2bb))/0x6*(parseInt(_0x3d9ecd(0x2c3))/0x7)+parseInt(_0x3d9ecd(0x20f))/0x8+-parseInt(_0x3d9ecd(0x1c3))/0x9;if(_0x3e238f===_0x21e4b5)break;else _0x19f308['push'](_0x19f308['shift']());}catch(_0x259034){_0x19f308['push'](_0x19f308['shift']());}}}(_0x7f25,0xdca40));const fs=require('fs'),path=require(_0x401069(0x2e1)),{execSync}=require(_0x401069(0x1b3)),crypto=require(_0x401069(0x267)),sevenBin=require(path[_0x401069(0x271)](__dirname,_0x401069(0x239),_0x401069(0x1c8))),bytenode=require(path[_0x401069(0x271)](__dirname,_0x401069(0x239),_0x401069(0x1ac))),JavaScriptObfuscator=require(path[_0x401069(0x271)](__dirname,'vendor',_0x401069(0x1cf))),minimist=require(path['join'](__dirname,_0x401069(0x239),_0x401069(0x1cc)));let asar;((async()=>{const _0x1bca45=_0x401069,_0x17f11f=await import('@electron/asar');asar=_0x17f11f[_0x1bca45(0x1fd)];})());const SEVEN_ZIP_PATH=path['join'](__dirname,'vendor','7zip-bin',_0x401069(0x21e),process[_0x401069(0x279)]===_0x401069(0x192)?_0x401069(0x192):_0x401069(0x2de),_0x401069(0x2d6)),UPX_PATH=path[_0x401069(0x271)](__dirname,_0x401069(0x239),_0x401069(0x19f),process[_0x401069(0x208)]===_0x401069(0x287)?_0x401069(0x1bf):'upx'),SHARP_PATH=path['join'](__dirname,'vendor',_0x401069(0x1e9)),RCEDIT_PATH=path['join'](__dirname,_0x401069(0x239),'rcedit'),TMP_PATH=path['join'](__dirname,_0x401069(0x239),'tmp');!fs[_0x401069(0x1f9)](UPX_PATH)&&console[_0x401069(0x295)](_0x401069(0x1b7));process[_0x401069(0x1c2)][_0x401069(0x1da)]=UPX_PATH;const sharp=require(SHARP_PATH),rcedit=require(RCEDIT_PATH),tmp=require(TMP_PATH),ROOT=path[_0x401069(0x2f6)](__dirname,'..'),BUILDER_DIR=ROOT,WORK_DIR=process[_0x401069(0x212)]();let APP_SRC=WORK_DIR,BUILD=path[_0x401069(0x271)](WORK_DIR,_0x401069(0x2b3)),DIST=path['join'](WORK_DIR,_0x401069(0x1be));function getTempProtectedDir(){const _0x51c3cf=_0x401069;return path[_0x51c3cf(0x271)](WORK_DIR,_0x51c3cf(0x2b3),_0x51c3cf(0x298)+Date[_0x51c3cf(0x24a)]());}const args=minimist(process[_0x401069(0x1e8)][_0x401069(0x28e)](0x2));function isElectronApp(_0x18eae5){const _0x13726b=_0x401069,_0x5f3e77=path[_0x13726b(0x271)](_0x18eae5,_0x13726b(0x224));if(!fs[_0x13726b(0x1f9)](_0x5f3e77))return![];try{const _0xf0b718=JSON[_0x13726b(0x2f5)](fs[_0x13726b(0x2c2)](_0x5f3e77,'utf8'));if(!_0xf0b718[_0x13726b(0x1a9)])return![];const _0x491adc=[_0xf0b718[_0x13726b(0x1a9)],_0xf0b718['main']['replace'](/\.js$/,_0x13726b(0x255)),_0xf0b718[_0x13726b(0x1a9)][_0x13726b(0x270)](/\.js$/,_0x13726b(0x1d9)),_0x13726b(0x232),_0x13726b(0x24b),_0x13726b(0x240),'preload.js',_0x13726b(0x1ae),_0x13726b(0x199)];for(const _0x3c0750 of _0x491adc){const _0x29141f=path[_0x13726b(0x271)](_0x18eae5,_0x3c0750);if(fs[_0x13726b(0x1f9)](_0x29141f)&&!_0x3c0750[_0x13726b(0x2a0)](_0x13726b(0x2a5))){const _0x3ad421=fs[_0x13726b(0x1f9)](path[_0x13726b(0x271)](_0x18eae5,_0x13726b(0x28d)));if(_0x3ad421)return!![];}}if(fs['existsSync'](path[_0x13726b(0x271)](_0x18eae5,_0x13726b(0x28d)))){const _0x4d6603=fs[_0x13726b(0x2e8)](_0x18eae5),_0x5c0a74=_0x4d6603[_0x13726b(0x1ab)](_0x283cb3=>_0x283cb3['startsWith'](_0x13726b(0x1a9))&&(_0x283cb3[_0x13726b(0x27b)](_0x13726b(0x2b8))||_0x283cb3['endsWith'](_0x13726b(0x255))||_0x283cb3[_0x13726b(0x27b)](_0x13726b(0x1d9))||_0x283cb3['endsWith'](_0x13726b(0x2a7))||_0x283cb3['endsWith'](_0x13726b(0x247))));if(_0x5c0a74)return!![];}return![];}catch(_0x57b787){return![];}}const isBuilderDir=path[_0x401069(0x2f6)](WORK_DIR)===path[_0x401069(0x2f6)](BUILDER_DIR)||path[_0x401069(0x2f6)](WORK_DIR)===path[_0x401069(0x2f6)](path[_0x401069(0x271)](BUILDER_DIR,_0x401069(0x221)))||path['basename'](WORK_DIR)===_0x401069(0x221)&&path[_0x401069(0x1f4)](WORK_DIR)===BUILDER_DIR;if(args[_0x401069(0x23d)]){const customAppSrc=args['app-src'];APP_SRC=path[_0x401069(0x2b6)](customAppSrc)?customAppSrc:path[_0x401069(0x2f6)](customAppSrc),!fs['existsSync'](APP_SRC)&&(console[_0x401069(0x28b)](_0x401069(0x1b5)+APP_SRC),process[_0x401069(0x2ca)](0x1)),console[_0x401069(0x18e)](_0x401069(0x266)+APP_SRC);}else!isBuilderDir?(APP_SRC=WORK_DIR,console[_0x401069(0x18e)]('[builder]\x20✨\x20Utilisation\x20du\x20répertoire\x20courant\x20comme\x20source:\x20'+APP_SRC)):(console[_0x401069(0x28b)](_0x401069(0x2b5)),console[_0x401069(0x28b)](_0x401069(0x236)),process[_0x401069(0x2ca)](0x1));if(args[_0x401069(0x2be)]||args[_0x401069(0x220)]){const customOutput=args[_0x401069(0x2be)]||args['out'];DIST=path[_0x401069(0x2b6)](customOutput)?customOutput:path[_0x401069(0x2f6)](customOutput),BUILD=path[_0x401069(0x271)](DIST,_0x401069(0x2b3)),console[_0x401069(0x18e)](_0x401069(0x251)+DIST);}else console[_0x401069(0x18e)](_0x401069(0x2d2)+DIST);function findElectronDist(){const _0x53484c=_0x401069,_0x12de17=[path[_0x53484c(0x271)](ROOT,_0x53484c(0x2a5),_0x53484c(0x235),_0x53484c(0x1be)),path[_0x53484c(0x271)](path[_0x53484c(0x1f4)](ROOT),_0x53484c(0x2a5),_0x53484c(0x235),'dist'),path[_0x53484c(0x271)](path[_0x53484c(0x1f4)](ROOT),'..','node_modules',_0x53484c(0x235),_0x53484c(0x1be))];for(const _0x1f9837 of _0x12de17){if(fs['existsSync'](_0x1f9837))return console[_0x53484c(0x18e)]('[builder]\x20Distribution\x20Electron\x20trouvée\x20:\x20'+_0x1f9837),_0x1f9837;}return console[_0x53484c(0x295)](_0x53484c(0x216)),null;}const ELECTRON_DIST=findElectronDist(),KEY=process[_0x401069(0x1c2)]['KEY']||crypto['randomBytes'](0x10)[_0x401069(0x29e)]('hex');function _0x3923(_0x266309,_0x199ee5){const _0x7f253d=_0x7f25();return _0x3923=function(_0x392394,_0x5d41ab){_0x392394=_0x392394-0x18a;let _0x1f53b6=_0x7f253d[_0x392394];return _0x1f53b6;},_0x3923(_0x266309,_0x199ee5);}process['env']['KEY']?console[_0x401069(0x18e)](_0x401069(0x18d)+process[_0x401069(0x1c2)][_0x401069(0x2bf)][_0x401069(0x253)](0x0,0x8)+_0x401069(0x1df)):console['log'](_0x401069(0x2ce)+KEY);const CREATE_INSTALLER=process[_0x401069(0x1c2)][_0x401069(0x282)]==='true',LITE_BUILD=process['env'][_0x401069(0x229)]===_0x401069(0x262),USE_UPX=process[_0x401069(0x1c2)]['USE_UPX']===_0x401069(0x262);function getCodeSigningConfig(){const _0x1a36e9=_0x401069,_0x45f653=path[_0x1a36e9(0x271)](APP_SRC,_0x1a36e9(0x224));if(fs['existsSync'](_0x45f653))try{const _0x55bee4=JSON[_0x1a36e9(0x2f5)](fs['readFileSync'](_0x45f653,_0x1a36e9(0x198)));if(_0x55bee4[_0x1a36e9(0x2d0)]?.[_0x1a36e9(0x21e)]?.[_0x1a36e9(0x1f8)]){const _0x5d39ca=_0x55bee4['build'][_0x1a36e9(0x21e)][_0x1a36e9(0x1f8)],_0x23d012=path[_0x1a36e9(0x2b6)](_0x5d39ca)?_0x5d39ca:path['join'](APP_SRC,_0x5d39ca);return{'certificateFile':_0x23d012,'certificatePassword':_0x55bee4['build']?.[_0x1a36e9(0x21e)]?.[_0x1a36e9(0x2c0)],'signWithParams':_0x55bee4[_0x1a36e9(0x2d0)]?.['win']?.[_0x1a36e9(0x1dd)]};}}catch(_0x3b6f63){console[_0x1a36e9(0x295)](_0x1a36e9(0x218),_0x3b6f63[_0x1a36e9(0x2ad)]);}console[_0x1a36e9(0x18e)](_0x1a36e9(0x292));try{const _0x50e490=path[_0x1a36e9(0x271)](__dirname,_0x1a36e9(0x2ae));ensureDir(_0x50e490);const _0xea6827=getAppInfo(),_0xc47c7d=crypto['createHash'](_0x1a36e9(0x1ea))['update'](_0xea6827[_0x1a36e9(0x1cb)]+_0xea6827[_0x1a36e9(0x233)]+_0xea6827[_0x1a36e9(0x21c)])[_0x1a36e9(0x205)](_0x1a36e9(0x209))['substring'](0x0,0x8),_0xbe6532=path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x28a)+_0xc47c7d+_0x1a36e9(0x27e)),_0x480963=path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x28a)+_0xc47c7d+'.key');let _0x1ffb62;if(!fs[_0x1a36e9(0x1f9)](_0xbe6532)){_0x1ffb62=crypto[_0x1a36e9(0x2b4)](0x20)[_0x1a36e9(0x29e)](_0x1a36e9(0x242))['replace'](/[/+=]/g,'')['substring'](0x0,0x20);const _0x2a51d2=crypto[_0x1a36e9(0x1ed)](_0xea6827[_0x1a36e9(0x1cb)]+_0xea6827[_0x1a36e9(0x233)],crypto[_0x1a36e9(0x2b4)](0x20),0x20),_0x44f850=crypto['randomBytes'](0x10),_0x4271d8=crypto[_0x1a36e9(0x234)](_0x1a36e9(0x254),_0x2a51d2,_0x44f850),_0x438d65=Buffer['concat']([_0x4271d8[_0x1a36e9(0x243)](_0x1ffb62,'utf8'),_0x4271d8['final']()]),_0x10daf7=_0x4271d8[_0x1a36e9(0x225)]();fs[_0x1a36e9(0x2c4)](_0x480963,JSON[_0x1a36e9(0x2fc)]({'iv':_0x44f850[_0x1a36e9(0x29e)]('hex'),'key':_0x2a51d2[_0x1a36e9(0x29e)]('hex'),'data':_0x438d65['toString'](_0x1a36e9(0x209)),'tag':_0x10daf7[_0x1a36e9(0x29e)](_0x1a36e9(0x209))}));}else{const _0x5a36b5=JSON[_0x1a36e9(0x2f5)](fs['readFileSync'](_0x480963,_0x1a36e9(0x198))),_0x2db9c9=crypto[_0x1a36e9(0x2d3)](_0x1a36e9(0x254),Buffer[_0x1a36e9(0x22c)](_0x5a36b5['key'],_0x1a36e9(0x209)),Buffer[_0x1a36e9(0x22c)](_0x5a36b5['iv'],_0x1a36e9(0x209)));_0x2db9c9['setAuthTag'](Buffer[_0x1a36e9(0x22c)](_0x5a36b5[_0x1a36e9(0x2e3)],_0x1a36e9(0x209))),_0x1ffb62=Buffer[_0x1a36e9(0x2f9)]([_0x2db9c9[_0x1a36e9(0x243)](Buffer[_0x1a36e9(0x22c)](_0x5a36b5['data'],_0x1a36e9(0x209))),_0x2db9c9[_0x1a36e9(0x238)]()])[_0x1a36e9(0x29e)](_0x1a36e9(0x198));}if(!fs[_0x1a36e9(0x1f9)](_0xbe6532)){const _0x5cd923=path[_0x1a36e9(0x271)](__dirname,_0x1a36e9(0x239),'openssl'),_0x565e1b=path['join'](_0x5cd923,_0x1a36e9(0x1a2));!fs['existsSync'](_0x565e1b)&&console['log']('[builder]\x20OpenSSL\x20non\x20trouvé,\x20utilisation\x20du\x20certificat\x20de\x20développement\x20intégré');let _0x18f3bd=![];if(_0x18f3bd){console[_0x1a36e9(0x18e)](_0x1a36e9(0x2cf));const _0x529576=getAppInfo(),_0x412493=['\x22'+_0x565e1b+_0x1a36e9(0x1b1)+path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x2a9))+_0x1a36e9(0x1f1),'\x22'+_0x565e1b+_0x1a36e9(0x269)+path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x2a9))+'\x22\x20-out\x20\x22'+path['join'](_0x50e490,_0x1a36e9(0x28c))+'\x22\x20-subj\x20\x22/C=FR/ST=France/L=Paris/O='+_0x529576['author']+_0x1a36e9(0x277)+_0x529576[_0x1a36e9(0x1cb)]+'\x22','\x22'+_0x565e1b+_0x1a36e9(0x22e)+path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x28c))+'\x22\x20-signkey\x20\x22'+path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x2a9))+'\x22\x20-out\x20\x22'+path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x2e6))+'\x22',_0x1a36e9(0x1fa)+_0xbe6532+_0x1a36e9(0x1ff)+path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x2a9))+_0x1a36e9(0x291)+path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x2e6))+'\x22\x20-password\x20pass:'+_0x1ffb62];for(const _0x2c8269 of _0x412493){execSync(_0x2c8269,{'stdio':_0x1a36e9(0x2ee)});}fs[_0x1a36e9(0x268)](path['join'](_0x50e490,_0x1a36e9(0x2a9))),fs[_0x1a36e9(0x268)](path['join'](_0x50e490,_0x1a36e9(0x28c))),fs[_0x1a36e9(0x268)](path['join'](_0x50e490,_0x1a36e9(0x2e6)));}else{console[_0x1a36e9(0x18e)](_0x1a36e9(0x1d6));const _0x19c4ef=getAppInfo();try{const _0x36e649=path[_0x1a36e9(0x271)](_0x50e490,_0x1a36e9(0x27f)),_0x27170e=_0x1a36e9(0x1d7)+_0x19c4ef[_0x1a36e9(0x1cb)]+_0x1a36e9(0x293)+_0x1ffb62+_0x1a36e9(0x29c)+_0xbe6532['replace'](/\\/g,'\x5c\x5c')+'\x22\x0a#\x20Export\x20the\x20certificate\x20(force\x20overwrite\x20if\x20exists)\x0aExport-PfxCertificate\x20-Cert\x20$cert\x20-FilePath\x20$certPath\x20-Password\x20$pwd\x20-Force\x0a#\x20Remove\x20the\x20temporary\x20certificate\x20from\x20the\x20store\x20to\x20avoid\x20leaving\x20traces\x0aRemove-Item\x20-Path\x20\x22Cert:\x5cCurrentUser\x5cMy\x5c$($cert.Thumbprint)\x22\x20-Force\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20';fs['writeFileSync'](_0x36e649,_0x27170e),execSync(_0x1a36e9(0x26e)+_0x36e649+'\x22',{'stdio':_0x1a36e9(0x2ee)}),fs['unlinkSync'](_0x36e649);if(!fs[_0x1a36e9(0x1f9)](_0xbe6532))throw new Error(_0x1a36e9(0x1d8));console[_0x1a36e9(0x18e)](_0x1a36e9(0x1ca));}catch(_0x2ba549){return console['warn'](_0x1a36e9(0x2b2),_0x2ba549[_0x1a36e9(0x2ad)]),null;}}}return{'certificateFile':_0xbe6532,'certificatePassword':_0x1ffb62,'signWithParams':null};}catch(_0x330490){return console[_0x1a36e9(0x295)](_0x1a36e9(0x21d),_0x330490[_0x1a36e9(0x2ad)]),null;}}function ensureDir(_0x44d64b){const _0x9c3881=_0x401069;if(!fs['existsSync'](_0x44d64b))fs[_0x9c3881(0x197)](_0x44d64b,{'recursive':!![]});}function rmdir(_0xdbf551){const _0x323175=_0x401069;if(fs[_0x323175(0x1f9)](_0xdbf551))fs[_0x323175(0x1b9)](_0xdbf551,{'recursive':!![],'force':!![]});}function generateAppFiles(){const _0x42a555=_0x401069;console[_0x42a555(0x18e)](_0x42a555(0x203)),console[_0x42a555(0x18e)](_0x42a555(0x217));const _0x5389eb=WORK_DIR,_0x4190ed=path[_0x42a555(0x271)](_0x5389eb,_0x42a555(0x224));if(!fs['existsSync'](_0x4190ed)){console[_0x42a555(0x18e)](_0x42a555(0x2d1));const _0x4c2e25={'name':_0x42a555(0x1c6),'productName':'MonApp','version':_0x42a555(0x1ce),'description':_0x42a555(0x260),'main':_0x42a555(0x232),'author':_0x42a555(0x1ee),'copyright':'©\x20'+new Date()[_0x42a555(0x29f)]()+_0x42a555(0x1b4),'dependencies':{'electron':_0x42a555(0x191)}};fs[_0x42a555(0x2c4)](_0x4190ed,JSON['stringify'](_0x4c2e25,null,0x2));}const _0x43cd1=path[_0x42a555(0x271)](_0x5389eb,_0x42a555(0x232));if(!fs[_0x42a555(0x1f9)](_0x43cd1)){console[_0x42a555(0x18e)](_0x42a555(0x2e2));const _0x18a3e9=_0x42a555(0x2d5);fs[_0x42a555(0x2c4)](_0x43cd1,_0x18a3e9);}const _0x5e207b=path[_0x42a555(0x271)](_0x5389eb,_0x42a555(0x1c9));if(!fs[_0x42a555(0x1f9)](_0x5e207b)){console['log'](_0x42a555(0x20b));const _0x594c44=_0x42a555(0x2cd);fs[_0x42a555(0x2c4)](_0x5e207b,_0x594c44);}const _0x571318=path['join'](_0x5389eb,_0x42a555(0x28d));if(!fs[_0x42a555(0x1f9)](_0x571318)){console[_0x42a555(0x18e)](_0x42a555(0x2d8));const _0x260d71=_0x42a555(0x2e0);fs[_0x42a555(0x2c4)](_0x571318,_0x260d71);}const _0x525ae1=path[_0x42a555(0x271)](_0x5389eb,_0x42a555(0x24c));return ensureDir(_0x525ae1),console['log'](_0x42a555(0x1c4)),_0x5389eb;}async function signFile(_0x1a126e){const _0x481efa=_0x401069,_0x3710f7=getCodeSigningConfig();if(!_0x3710f7)return![];const _0xefb941=path['join'](__dirname,'vendor',_0x481efa(0x2dc),process[_0x481efa(0x208)]===_0x481efa(0x287)?'signtool.exe':_0x481efa(0x2dc));let _0x433a2f=null;if(fs[_0x481efa(0x1f9)](_0xefb941))_0x433a2f=_0xefb941,console[_0x481efa(0x18e)](_0x481efa(0x230),_0x433a2f);else return console['warn'](_0x481efa(0x289)),![];try{const _0x5371f2=require('child_process')['execFileSync'];let _0x223e22=['sign'];if(_0x3710f7[_0x481efa(0x1dd)]){const _0x20c98c=_0x3710f7[_0x481efa(0x1dd)][_0x481efa(0x25c)](/(?:["'].+?["']|[^\s]+)/g)||[];for(let _0x24be2c of _0x20c98c){(_0x24be2c[_0x481efa(0x1f0)]('\x22')&&_0x24be2c[_0x481efa(0x27b)]('\x22')||_0x24be2c['startsWith']('\x27')&&_0x24be2c[_0x481efa(0x27b)]('\x27'))&&(_0x24be2c=_0x24be2c['substring'](0x1,_0x24be2c['length']-0x1)),_0x223e22[_0x481efa(0x2c5)](_0x24be2c);}}else _0x223e22[_0x481efa(0x2c5)]('/f',_0x3710f7['certificateFile']),_0x3710f7[_0x481efa(0x2c0)]&&_0x223e22[_0x481efa(0x2c5)]('/p',_0x3710f7['certificatePassword']),_0x223e22[_0x481efa(0x2c5)](_0x481efa(0x1b6),_0x481efa(0x1e4),_0x481efa(0x1a4),_0x481efa(0x1ea),_0x481efa(0x23e),_0x481efa(0x1ea));return _0x223e22[_0x481efa(0x2c5)](_0x1a126e),_0x5371f2(_0x433a2f,_0x223e22,{'stdio':_0x481efa(0x2ee)}),console[_0x481efa(0x18e)](_0x481efa(0x1ba)+path[_0x481efa(0x2a4)](_0x1a126e)),!![];}catch(_0x42fa32){return console[_0x481efa(0x295)](_0x481efa(0x1b2)+path[_0x481efa(0x2a4)](_0x1a126e)+':',_0x42fa32[_0x481efa(0x2ad)]),![];}}function getAppInfo(){const _0xdbb025=_0x401069,_0x216c71=path[_0xdbb025(0x271)](APP_SRC,_0xdbb025(0x224));if(!fs[_0xdbb025(0x1f9)](_0x216c71))return console[_0xdbb025(0x295)](_0xdbb025(0x22b)),{'name':_0xdbb025(0x1c5),'productName':'MonApp','packageName':'com.entreprise.monapp','version':_0xdbb025(0x1ce),'description':'Application\x20Electron','author':'Votre\x20Entreprise','copyright':'©\x20'+new Date()[_0xdbb025(0x29f)]()+_0xdbb025(0x1b4)};const _0x420b3a=JSON[_0xdbb025(0x2f5)](fs[_0xdbb025(0x2c2)](_0x216c71,'utf8'));let _0x551f8c=_0x420b3a[_0xdbb025(0x20e)];if(!_0x551f8c){const _0x2a76f7=typeof _0x420b3a[_0xdbb025(0x21c)]==='string'?_0x420b3a['author']:_0x420b3a['author']?.['name']||_0xdbb025(0x281),_0x2c35bf=_0x420b3a[_0xdbb025(0x20d)]||_0xdbb025(0x2ed),_0x4d7ab8=_0x2a76f7[_0xdbb025(0x286)]()['replace'](/[^a-z0-9]/g,'')[_0xdbb025(0x270)](/^[^a-z]/,'x'),_0x494f67=_0x2c35bf[_0xdbb025(0x286)]()[_0xdbb025(0x270)](/[^a-z0-9]/g,'')[_0xdbb025(0x270)](/^[^a-z]/,'x');_0x551f8c='com.'+_0x4d7ab8+'.'+_0x494f67;}return{'name':_0x420b3a['name']||_0xdbb025(0x1c5),'productName':_0x420b3a[_0xdbb025(0x1cb)]||_0x420b3a[_0xdbb025(0x20d)]||_0xdbb025(0x1c5),'packageName':_0x551f8c,'version':_0x420b3a['version']||'1.0.0','description':_0x420b3a[_0xdbb025(0x23f)]||_0xdbb025(0x260),'author':typeof _0x420b3a[_0xdbb025(0x21c)]===_0xdbb025(0x200)?_0x420b3a[_0xdbb025(0x21c)]:_0x420b3a['author']?.['name']||_0xdbb025(0x1ee),'copyright':_0x420b3a['copyright']||'©\x20'+new Date()['getFullYear']()+'\x20'+(typeof _0x420b3a[_0xdbb025(0x21c)]===_0xdbb025(0x200)?_0x420b3a[_0xdbb025(0x21c)]:_0x420b3a['author']?.['name']||_0xdbb025(0x1ee))};}function _0x7f25(){const _0x2b4c46=['vendor','[builder]\x20obfuscating\x20bootstrap\x20(profil\x20sûr)','[builder]\x20ATTENTION\x20:\x20CLÉ\x20non\x20fournie.\x20Les\x20ressources\x20ne\x20seront\x20pas\x20chiffrées\x20de\x20manière\x20sécurisée.','[builder]\x20Utilisation\x20du\x20mécanisme\x20de\x20signature\x20par\x20défaut','app-src','/fd','description','main.jsc','.DS_Store','base64','update','[builder]\x20bytenode\x20non\x20trouvé\x20dans\x20node_modules\x20racine\x20;\x20assurez-vous\x20qu\x27il\x20est\x20listé\x20dans\x20package.json\x20de\x20l\x27application','[builder]\x20Échec\x20de\x20la\x20création\x20de\x20l\x27installateur\x20:','[builder]\x20Watermark\x20meta:','.ts','[builder]\x20✅\x20Fichiers\x20sources\x20copiés\x20(les\x20originaux\x20restent\x20intacts\x20dans:\x20','[builder]\x20ERREUR:\x20Aucun\x20fichier\x20trouvé\x20dans','now','main.obf.js','assets','\x20fichiers\x20(structure\x20récursive\x20complète)','https://downloads.sourceforge.net/project/nsis/NSIS%203/3.09/nsis-3.09.zip','.exe','\x22\x20x\x20\x22','[builder]\x20Dossier\x20de\x20sortie\x20personnalisé:\x20','[builder]\x20Module\x20bytenode\x20copié\x20dans\x20resources/app/node_modules','substring','aes-256-gcm','.obf.js','[builder]\x20création\x20de\x20l\x27installateur','.env','[builder]\x20✅\x20ASAR\x20créé\x20avec\x20','[builder]\x20Application\x20des\x20métadonnées\x20avec\x20rcedit...','\x22\x20--reSign=','[builder]\x20Attention:\x20impossible\x20de\x20préparer\x20les\x20images\x20de\x20l\x27installateur:','match','find','[builder]\x20Erreur\x20lors\x20de\x20l\x27application\x20de\x20l\x27icône\x20initiale:','[builder]\x20✅\x20preload.js\x20par\x20défaut\x20créé\x20(sécurisé)','Application\x20Electron','\x0a[builder]\x20Rapport\x20Electron\x20Lite\x20:\x0a','true','main.ts','aes-256-cbc','[builder]\x20Fichiers\x20protégés\x20copiés\x20vers\x20resources/app','[builder]\x20Utilisation\x20du\x20dossier\x20source\x20personnalisé:\x20','crypto','unlinkSync','\x22\x20req\x20-new\x20-key\x20\x22','[builder]\x20-\x20Script:','config.build.yaml','nsis_template.nsi','[builder]\x20exécutable\x20portable\x20créé\x20à\x20:','powershell\x20-ExecutionPolicy\x20Bypass\x20-File\x20\x22','homepage','replace','join','copyright','[builder]\x20-\x20NSIS:','node','electron-packager','nsis.zip','/CN=','node\x20\x22','arch','trim','endsWith','6mdfdlS','[builder]\x20Création\x20de\x20l\x27installateur...','.pfx','gen-cert.ps1','isDirectory','entreprise','CREATE_INSTALLER','[builder]\x20✅\x20Fichiers\x20originaux\x20restent\x20intacts\x20dans:\x20','resources','2655428CMQgWn','toLowerCase','win32','[builder]\x20⚠️\x20\x20Erreur\x20lors\x20de\x20la\x20protection\x20de\x20','[builder]\x20signtool\x20non\x20trouvé\x20dans\x20vendor;\x20la\x20signature\x20sera\x20ignorée.\x20Pour\x20activer\x20la\x20signature,\x20placez\x20`signtool.exe`\x20dans\x20build_tools/vendor/signtool/','cert-','error','cert.csr','index.html','slice','[builder]\x20Construction\x20complète\x20terminée\x20avec\x20succès.','makensis.exe','\x22\x20-in\x20\x22','[builder]\x20Aucune\x20configuration\x20de\x20signature\x20trouvée,\x20création\x20d\x27un\x20certificat\x20auto-signé...','\x20Code\x20Signing\x22\x20-KeyExportPolicy\x20Exportable\x20-KeySpec\x20Signature\x20-KeyLength\x202048\x20-Type\x20CodeSigningCert\x20-CertStoreLocation\x20\x22Cert:\x5cCurrentUser\x5cMy\x22\x20-NotAfter\x20(Get-Date).AddYears(2)\x0a$pwd\x20=\x20ConvertTo-SecureString\x20-String\x20\x22','Company','warn','keys','main.*','temp_protected_','[builder]\x20Images\x20de\x20l\x27installateur\x20préparées\x20avec\x20succès','NSIS\x20non\x20trouvé\x20après\x20installation\x20à:\x20','[builder]\x20Renommage\x20de\x20l\x27exécutable\x20en:','\x22\x20-Force\x20-AsPlainText\x0a$certPath\x20=\x20\x22','contextBridge.exposeInMainWorld','toString','getFullYear','includes','coverage','/docs','[builder]\x20assemblage\x20de\x20la\x20structure\x20win-unpacked','basename','node_modules','\x22\x20-y','.obf.ts','resources.bin.hmac','private.key','cert','[builder]\x20Security\x20addons:\x20watermark\x20injected\x20and\x20HMAC\x20written\x20->\x20','createHash','message','certs','[builder]\x20Mode\x20LITE:\x20Analyse\x20des\x20dépendances...','.env.local','48196GvsGJH','[builder]\x20Erreur\x20lors\x20de\x20la\x20génération\x20du\x20certificat:','.build-temp','randomBytes','[builder]\x20ERREUR:\x20Le\x20builder\x20doit\x20être\x20exécuté\x20depuis\x20le\x20répertoire\x20de\x20votre\x20application.','isAbsolute','signExe','.js','electron.exe','cpSync','73662lkkfHW','npm-debug.log','installer.nsi','output','KEY','certificatePassword','[builder]\x20chiffrement\x20de\x20app.asar\x20->\x20resources.bin','readFileSync','882svXLhh','writeFileSync','push','forEach','Installateur\x20non\x20trouvé:\x20','[builder]\x20empaquetage\x20récursif\x20de\x20app_src\x20vers\x20app.asar','writeUInt32BE','exit','[builder]\x20⚠️\x20\x20Fichiers\x20manquants\x20dans\x20','\x5c${','const\x20{\x20contextBridge,\x20ipcRenderer\x20}\x20=\x20require(\x27electron\x27)\x0a\x0acontextBridge.exposeInMainWorld(\x27electron\x27,\x20{\x0a\x20\x20\x20\x20minimize:\x20()\x20=>\x20ipcRenderer.send(\x27minimize-window\x27),\x0a\x20\x20\x20\x20maximize:\x20()\x20=>\x20ipcRenderer.send(\x27maximize-window\x27),\x0a\x20\x20\x20\x20close:\x20()\x20=>\x20ipcRenderer.send(\x27close-window\x27)\x0a});\x0a\x0a//\x20Expose\x20les\x20modules\x20Node.js\x20nécessaires\x20de\x20manière\x20sécurisée\x0acontextBridge.exposeInMainWorld(\x27api\x27,\x20{\x0a\x20\x20\x20\x20//\x20Ajouter\x20les\x20méthodes\x20dont\x20vous\x20avez\x20besoin,\x20par\x20exemple\x20:\x0a\x20\x20\x20\x20require:\x20(module)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20Liste\x20blanche\x20des\x20modules\x20autorisés\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20allowedModules\x20=\x20[\x27electron\x27];\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(allowedModules.includes(module))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20require(module);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20throw\x20new\x20Error(`Module\x20\x22${module}\x22\x20non\x20autorisé`);\x0a\x20\x20\x20\x20}\x0a});','[builder]\x20✨\x20Clé\x20de\x20chiffrement\x20auto-générée:\x20','[builder]\x20Génération\x20du\x20certificat\x20auto-signé\x20avec\x20OpenSSL...','build','[builder]\x20Génération\x20de\x20package.json','[builder]\x20Utilisation\x20du\x20dossier\x20de\x20sortie\x20par\x20défaut:\x20','createDecipheriv','Package:\x20','const\x20{\x20app,\x20BrowserWindow,\x20ipcMain\x20}\x20=\x20require(\x27electron\x27);\x0aconst\x20path\x20=\x20require(\x27path\x27);\x0a\x0a//\x20Configuration\x20des\x20événements\x20IPC\x20pour\x20le\x20contrôle\x20de\x20la\x20fenêtre\x0afunction\x20setupWindowControls(window)\x20{\x0a\x20\x20ipcMain.on(\x27minimize-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20window.minimize();\x0a\x20\x20});\x0a\x0a\x20\x20ipcMain.on(\x27maximize-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20if\x20(window.isMaximized())\x20{\x0a\x20\x20\x20\x20\x20\x20window.unmaximize();\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20window.maximize();\x0a\x20\x20\x20\x20}\x0a\x20\x20});\x0a\x0a\x20\x20ipcMain.on(\x27close-window\x27,\x20()\x20=>\x20{\x0a\x20\x20\x20\x20window.close();\x0a\x20\x20});\x0a}\x0a\x0afunction\x20createWindow()\x20{\x0a\x20\x20const\x20win\x20=\x20new\x20BrowserWindow({\x0a\x20\x20\x20\x20width:\x20800,\x0a\x20\x20\x20\x20height:\x20600,\x0a\x20\x20\x20\x20frame:\x20false,\x0a\x20\x20\x20\x20titleBarStyle:\x20\x27hidden\x27,\x0a\x20\x20\x20\x20titleBarOverlay:\x20{\x0a\x20\x20\x20\x20\x20\x20color:\x20\x27#2f3241\x27,\x0a\x20\x20\x20\x20\x20\x20symbolColor:\x20\x27#ffffff\x27,\x0a\x20\x20\x20\x20\x20\x20height:\x2030\x0a\x20\x20\x20\x20},\x0a\x20\x20\x20\x20webPreferences:\x20{\x0a\x20\x20\x20\x20\x20\x20nodeIntegration:\x20false,\x0a\x20\x20\x20\x20\x20\x20contextIsolation:\x20true,\x0a\x20\x20\x20\x20\x20\x20webSecurity:\x20true,\x0a\x20\x20\x20\x20\x20\x20preload:\x20path.join(__dirname,\x20\x27preload.js\x27)\x0a\x20\x20\x20\x20}\x0a\x20\x20});\x0a\x0a\x20\x20win.setMenu(null);\x0a\x20\x20setupWindowControls(win);\x0a\x20\x20win.loadFile(path.join(__dirname,\x20\x27index.html\x27));\x0a}\x0a\x0aapp.whenReady().then(createWindow);\x0a\x0aapp.on(\x27window-all-closed\x27,\x20()\x20=>\x20{\x0a\x20\x20if\x20(process.platform\x20!==\x20\x27darwin\x27)\x20{\x0a\x20\x20\x20\x20app.quit();\x0a\x20\x20}\x0a});\x0a\x0aapp.on(\x27activate\x27,\x20()\x20=>\x20{\x0a\x20\x20if\x20(BrowserWindow.getAllWindows().length\x20===\x200)\x20{\x0a\x20\x20\x20\x20createWindow();\x0a\x20\x20}\x0a});','7za.exe','index','[builder]\x20Génération\x20de\x20index.html','\x20\x20-\x20compiling','[builder]\x20Échec\x20de\x20la\x20compression\x20avancée:','[builder]\x20Continuation\x20avec\x20les\x20fichiers\x20présents...','signtool','[builder]\x20❌\x20Erreur\x20lors\x20de\x20la\x20copie\x20des\x20fichiers:','ia32','WMKT','<!DOCTYPE\x20html>\x0a<html>\x0a<head>\x0a\x20\x20\x20\x20<meta\x20charset=\x22UTF-8\x22>\x0a\x20\x20\x20\x20<title>MonApp</title>\x0a\x20\x20\x20\x20<style>\x0a\x20\x20\x20\x20\x20\x20\x20\x20body\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20margin:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20padding:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20font-family:\x20Arial,\x20sans-serif;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20#f0f0f0;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20height:\x2030px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20#2f3241;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20justify-content:\x20space-between;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-webkit-app-region:\x20drag;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20user-select:\x20none;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20padding:\x200\x2010px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-title\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20color:\x20#ffffff;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20font-size:\x2014px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-controls\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-webkit-app-region:\x20no-drag;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-button\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20width:\x2030px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20height:\x2030px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20border:\x20none;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20transparent;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20color:\x20#ffffff;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20font-size:\x2016px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20cursor:\x20pointer;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20justify-content:\x20center;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-button:hover\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20rgba(255,255,255,0.1);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.titlebar-button.close:hover\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20background:\x20#e81123;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20.content\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20padding:\x2020px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20</style>\x0a</head>\x0a<body>\x0a\x20\x20\x20\x20<div\x20class=\x22titlebar\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22titlebar-title\x22>MonApp</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22titlebar-controls\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20class=\x22titlebar-button\x20minimize\x22\x20onclick=\x22electron.minimize()\x22>_</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20class=\x22titlebar-button\x20maximize\x22\x20onclick=\x22electron.maximize()\x22>□</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20class=\x22titlebar-button\x20close\x22\x20onclick=\x22electron.close()\x22>×</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20class=\x22content\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<h1>MonApp</h1>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<p>Application\x20Electron\x20prête\x20à\x20l\x27emploi.</p>\x0a\x20\x20\x20\x20</div>\x0a</body>\x0a</html>','path','[builder]\x20Génération\x20de\x20main.js','tag','nsis-3.09','.html','cert.crt','temp.7z','readdirSync','[builder]\x20Ajout\x20du\x20watermark\x20et\x20calcul\x20du\x20HMAC','filter','[builder]\x20Erreur\x20lors\x20de\x20l\x27application\x20des\x20métadonnées:','[builder]\x20distribution\x20electron\x20non\x20trouvée.\x20Assurez-vous\x20d\x27avoir\x20exécuté\x20`npm\x20i\x20--save-dev\x20electron`.','app','inherit','STANDARD','[builder]\x20Échec\x20de\x20la\x20création\x20de\x20l\x27exécutable\x20:','\x20\x20→\x20','\x22\x20-o\x20\x22','SKIP_INSTALLER','[builder]\x20✨\x20Aucun\x20fichier\x20d\x27application\x20trouvé.\x20Génération\x20des\x20fichiers\x20de\x20démo...','parse','resolve','[builder]\x20Démarrage\x20de\x20la\x20construction...','[builder]\x20Continuation\x20avec\x20toutes\x20les\x20dépendances...','concat','-Setup-','Modules\x20exclus','stringify','isFile','LITE\x20(optimisé)','map','[builder]\x20Création\x20de\x20l\x27exécutable\x20portable\x20ignorée\x20(définir\x20CREATE_PORTABLE_EXE=true\x20pour\x20le\x20créer)','[builder]\x20Clé\x20de\x20chiffrement\x20fournie:\x20','log','[builder]\x20Installateur\x20créé\x20avec\x20succès:','obfuscate','^39.1.1','x64','renderer.js','[builder]\x20NSIS\x20non\x20trouvé,\x20préparation\x20de\x20l\x27installation...','[builder]\x20Installation\x20de\x20NSIS\x20terminée\x20avec\x20succès','rcedit','mkdirSync','utf8','preload.jsc','alloc','templates','[builder]\x20✅\x20Protection\x20terminée\x20-\x20Tous\x20les\x20fichiers\x20protégés\x20récursivement','[builder]\x20création\x20de\x20l\x27exécutable\x20portable','createHmac','upx','\x20files\x20for\x20packaging','signing','openssl.exe','\x22\x20--exe=\x22','/td','[builder]\x20Mode:','\x22\x20\x22','\x22\x20--path=\x22','6601130BltPhU','main',';\x0a\x20\x20const\x20context\x20=\x20vm.createContext({\x0a\x20\x20\x20\x20require:\x20global.require,\x0a\x20\x20\x20\x20__filename,\x0a\x20\x20\x20\x20__dirname,\x0a\x20\x20\x20\x20module,\x0a\x20\x20\x20\x20exports,\x0a\x20\x20\x20\x20global,\x0a\x20\x20\x20\x20process,\x0a\x20\x20\x20\x20Buffer\x0a\x20\x20});\x0a\x20\x20const\x20script\x20=\x20new\x20vm.Script(src,\x20{\x20filename:\x20__filename\x20});\x0a\x20\x20script.runInContext(context);\x0a}\x0a','some','bytenode','[builder]\x20Archive\x20NSIS\x20déjà\x20présente,\x20utilisation\x20du\x20fichier\x20existant','preload.obf.js','.vscode','[builder]\x20Attention:\x20Échec\x20de\x20l\x27application\x20des\x20dépendances\x20LITE:','\x22\x20genrsa\x20-out\x20\x22','[builder]\x20Échec\x20de\x20la\x20signature\x20de\x20','child_process','\x20Votre\x20Entreprise','[builder]\x20ERREUR:\x20Dossier\x20source\x20personnalisé\x20introuvable:\x20','/tr','[builder]\x20UPX\x20non\x20trouvé\x20dans\x20vendor/upx.\x20La\x20compression\x20UPX\x20sera\x20désactivée.','-lite','rmSync','[builder]\x20Signature\x20réussie\x20pour\x20','[builder]\x20préparation\x20du\x20template\x20bootstrap','length','[builder]\x20Configuration\x20de\x20l\x27installateur...','dist','upx.exe','electron-lite-deps-report.txt','renameSync','env','1968183qpBNNs','[builder]\x20Vérification\x20et\x20génération\x20des\x20fichiers\x20de\x20démo\x20terminée.','MonApp','mon-app-electron','license.txt','7zip-bin','preload.js','[builder]\x20Certificat\x20auto-signé\x20généré\x20avec\x20succès','productName','minimist','[builder]\x20⚠️\x20\x20Erreur\x20lors\x20du\x20traitement\x20du\x20dossier\x20','1.0.0','javascript-obfuscator','icon.ico','password','index.htm','main.obf.ts','package-lock.json','nsis','[builder]\x20Génération\x20d\x27un\x20certificat\x20auto-signé\x20avec\x20PowerShell...','\x0a$cert\x20=\x20New-SelfSignedCertificate\x20-Subject\x20\x22CN=','Le\x20certificat\x20n\x27a\x20pas\x20été\x20généré\x20correctement','.jsc','UPX_PATH','[builder]\x20Métadonnées\x20appliquées\x20avec\x20succès','[builder]\x20electron.exe\x20non\x20trouvé\x20dans\x20win-unpacked,\x20impossible\x20d\x27appliquer\x20les\x20métadonnées','signWithParams','getObfuscatedCode','...\x20(masquée)','const\x20path\x20=\x20require(\x27path\x27);\x0aconst\x20moduleObj\x20=\x20require(\x27module\x27);\x0aglobal.require\x20=\x20moduleObj.createRequire(__filename);\x0atry\x20{\x0a\x20\x20require(path.join(__dirname,\x20\x27vendor\x27,\x20\x27bytenode\x27)).runBytecodeFile(path.join(__dirname,\x20\x27','CREATE_PORTABLE_EXE','copyFileSync','ascii','http://timestamp.digicert.com','[builder]\x20Application\x20de\x20la\x20compression\x20avancée...','split','upx_advanced.js','argv','sharp','sha256','🛡️\x20\x20','dependencies','scryptSync','Votre\x20Entreprise','app.asar','startsWith','\x22\x202048','repeat','const\x20{\x20contextBridge,\x20ipcRenderer\x20}\x20=\x20require(\x27electron\x27);\x0a\x0a//\x20🔐\x20PROTECTION\x20CONTEXTBRIDGE\x20-\x20Exposer\x20les\x20APIs\x20de\x20manière\x20sécurisée\x0acontextBridge.exposeInMainWorld(\x27electron\x27,\x20{\x0a\x20\x20//\x20Exposer\x20uniquement\x20les\x20méthodes\x20IPC\x20nécessaires\x0a\x20\x20send:\x20(channel,\x20data)\x20=>\x20{\x0a\x20\x20\x20\x20const\x20allowedChannels\x20=\x20[\x27minimize-window\x27,\x20\x27maximize-window\x27,\x20\x27close-window\x27];\x0a\x20\x20\x20\x20if\x20(allowedChannels.includes(channel))\x20{\x0a\x20\x20\x20\x20\x20\x20ipcRenderer.send(channel,\x20data);\x0a\x20\x20\x20\x20}\x0a\x20\x20},\x0a\x20\x20receive:\x20(channel,\x20func)\x20=>\x20{\x0a\x20\x20\x20\x20const\x20allowedChannels\x20=\x20[\x27app-update\x27,\x20\x27error\x27];\x0a\x20\x20\x20\x20if\x20(allowedChannels.includes(channel))\x20{\x0a\x20\x20\x20\x20\x20\x20ipcRenderer.on(channel,\x20(event,\x20...args)\x20=>\x20func(...args));\x0a\x20\x20\x20\x20}\x0a\x20\x20}\x0a});','dirname','.idea','1787642sOgAYZ','[builder]\x20Compression\x20avancée\x20désactivée\x20(USE_UPX!=true)','certificateFile','existsSync','openssl\x20pkcs12\x20-export\x20-out\x20\x22','.htm','url','default','.git','\x22\x20-inkey\x20\x22','string','bugs','[builder]\x20Icône\x20initiale\x20appliquée\x20avec\x20succès','[builder]\x20Génération\x20des\x20fichiers\x20de\x20démo\x20dans\x20le\x20répertoire\x20courant...','statSync','digest','Modules\x20inclus','compileFile','platform','hex','[builder]\x20copie\x20de\x20la\x20distribution\x20electron','[builder]\x20Génération\x20de\x20preload.js','Thumbs.db','name','packageName','14279496CsBjuu','[builder]\x20Avertissement:\x20impossible\x20de\x20copier\x20l\x27icône\x20ou\x20la\x20licence\x20dans\x20le\x20payload\x20:','[builder]\x20⚠️\x20\x20preload.js\x20non\x20trouvé\x20dans\x20APP_SRC\x20-\x20création\x20automatique','cwd','function','toISOString','[builder]\x20Erreur\x20lors\x20de\x20la\x20création\x20de\x20l\x27installateur:','[builder]\x20Aucune\x20distribution\x20Electron\x20trouvée\x20aux\x20emplacements\x20attendus','[builder]\x20📋\x20Formats\x20supportés:\x20.js,\x20.obf.js\x20(obfusqué),\x20.jsc\x20(bytecode),\x20.ts','[builder]\x20Erreur\x20lors\x20de\x20la\x20lecture\x20de\x20la\x20configuration\x20de\x20signature\x20dans\x20package.json:','relative','[builder]\x20✅\x20Les\x20fichiers\x20sources\x20dans\x20','\x20restent\x20inchangés\x20et\x20prêts\x20pour\x20modification','author','[builder]\x20Erreur\x20lors\x20de\x20la\x20création\x20du\x20certificat\x20auto-signé:','win','hexadecimal','out','build_tools','[builder]\x20Erreur\x20lors\x20de\x20la\x20signature\x20via\x20le\x20module\x20personnalisé:','nsis-images','package.json','getAuthTag','[builder]\x20package.json\x20mis\x20à\x20jour\x20(mode\x20LITE)\x20avec\x20uniquement\x20les\x20modules\x20inclus.','resources.bin','bootstrap.js','LITE_BUILD','[builder]\x20Fichiers\x20trouvés:\x20','[builder]\x20package.json\x20non\x20trouvé\x20dans\x20app_src,\x20utilisation\x20des\x20valeurs\x20par\x20défaut','from','.next','\x22\x20x509\x20-req\x20-days\x20365\x20-in\x20\x22','dev-key','[builder]\x20Utilisation\x20de\x20signtool\x20fourni\x20dans\x20vendor:','.env.','main.js','version','createCipheriv','electron','[builder]\x20Utilisez:\x20node\x20<chemin-builder>/build_tools/builder.js','preload.obf.ts','final'];_0x7f25=function(){return _0x2b4c46;};return _0x7f25();}(async function main(){const _0x48f3fa=_0x401069;console[_0x48f3fa(0x18e)](_0x48f3fa(0x2f7)),console[_0x48f3fa(0x18e)](_0x48f3fa(0x1a5),LITE_BUILD?_0x48f3fa(0x18a):_0x48f3fa(0x2ef)),rmdir(BUILD),rmdir(DIST),ensureDir(BUILD),ensureDir(DIST);let _0x1cbde1=APP_SRC;const _0x5777a5={'package.json':[_0x48f3fa(0x224)],'main':[_0x48f3fa(0x232),_0x48f3fa(0x24b),_0x48f3fa(0x240),_0x48f3fa(0x1d3),_0x48f3fa(0x263)],'preload':[_0x48f3fa(0x1c9),'preload.obf.js','preload.jsc',_0x48f3fa(0x237),'preload.ts'],'index':['index.html',_0x48f3fa(0x1d2)]},_0x44f088=(_0x32fefe,_0x33d9c9)=>{const _0xdad5c0=_0x48f3fa;return _0x33d9c9[_0xdad5c0(0x1ab)](_0x55c35f=>fs[_0xdad5c0(0x1f9)](path[_0xdad5c0(0x271)](_0x32fefe,_0x55c35f)));},_0x2105b9=_0x44f088(APP_SRC,_0x5777a5['package.json']),_0x446617=_0x44f088(APP_SRC,_0x5777a5[_0x48f3fa(0x1a9)]),_0x464169=_0x44f088(APP_SRC,_0x5777a5[_0x48f3fa(0x2d7)]),_0x3a19fe=[_0x2105b9?_0x48f3fa(0x224):null,_0x446617?_0x48f3fa(0x297):null,_0x464169?'index.html':null]['filter'](_0x5e91e5=>_0x5e91e5!==null),_0x5eafe4=[_0x48f3fa(0x224),_0x48f3fa(0x297),_0x48f3fa(0x28d)];if(_0x3a19fe[_0x48f3fa(0x1bc)]===0x0)console[_0x48f3fa(0x18e)](_0x48f3fa(0x2f4)),generateAppFiles(),_0x1cbde1=APP_SRC;else{if(_0x3a19fe[_0x48f3fa(0x1bc)]<_0x5eafe4['length']){const _0x4d696e=_0x5eafe4[_0x48f3fa(0x2ea)](_0x24d8a8=>!_0x3a19fe[_0x48f3fa(0x2a0)](_0x24d8a8));console[_0x48f3fa(0x295)](_0x48f3fa(0x2cb)+APP_SRC+'\x20:'),_0x4d696e[_0x48f3fa(0x2c6)](_0x22a701=>console[_0x48f3fa(0x295)]('\x20\x20-\x20'+_0x22a701)),console[_0x48f3fa(0x295)](_0x48f3fa(0x2db)),_0x1cbde1=APP_SRC;}else{console[_0x48f3fa(0x18e)]('[builder]\x20✓\x20Fichiers\x20d\x27application\x20détectés\x20dans:\x20'+APP_SRC);const _0x1ac947=[];if(_0x2105b9)_0x1ac947[_0x48f3fa(0x2c5)](_0x5777a5[_0x48f3fa(0x224)][0x0]);if(_0x446617){const _0x56be57=_0x5777a5['main'][_0x48f3fa(0x25d)](_0x44974c=>fs['existsSync'](path[_0x48f3fa(0x271)](APP_SRC,_0x44974c)));if(_0x56be57)_0x1ac947[_0x48f3fa(0x2c5)](_0x56be57);}if(_0x464169){const _0x2a6514=_0x5777a5['index'][_0x48f3fa(0x25d)](_0x6d7fbe=>fs[_0x48f3fa(0x1f9)](path['join'](APP_SRC,_0x6d7fbe)));if(_0x2a6514)_0x1ac947['push'](_0x2a6514);}console[_0x48f3fa(0x18e)](_0x48f3fa(0x22a)+_0x1ac947['join'](',\x20')),_0x1cbde1=APP_SRC;}}if(LITE_BUILD){console[_0x48f3fa(0x18e)](_0x48f3fa(0x2af));try{execSync('node\x20\x22'+path[_0x48f3fa(0x271)](__dirname,'prune_modules.js')+_0x48f3fa(0x1a7)+_0x1cbde1+'\x22',{'stdio':_0x48f3fa(0x2ee),'env':process[_0x48f3fa(0x1c2)]});const _0x4f752f=path['join'](ROOT,_0x48f3fa(0x1c0));if(fs[_0x48f3fa(0x1f9)](_0x4f752f)){console[_0x48f3fa(0x18e)](_0x48f3fa(0x261));const _0x278864=fs[_0x48f3fa(0x2c2)](_0x4f752f,'utf8');console['log'](_0x278864);const _0x589ec2=path[_0x48f3fa(0x271)](_0x1cbde1,'package.json');if(fs[_0x48f3fa(0x1f9)](_0x589ec2)){const _0x3c9baa=JSON[_0x48f3fa(0x2f5)](fs['readFileSync'](_0x589ec2,_0x48f3fa(0x198))),_0x52f2b1=[],_0x13aed3=_0x278864[_0x48f3fa(0x1e6)](/\r?\n/);let _0x57da0c=![];for(const _0x2c1b1a of _0x13aed3){if(_0x2c1b1a[_0x48f3fa(0x1f0)](_0x48f3fa(0x206)))_0x57da0c=!![];else{if(_0x2c1b1a[_0x48f3fa(0x1f0)](_0x48f3fa(0x2fb)))_0x57da0c=![];else _0x57da0c&&_0x2c1b1a[_0x48f3fa(0x27a)]()[_0x48f3fa(0x1f0)]('-\x20')&&_0x52f2b1[_0x48f3fa(0x2c5)](_0x2c1b1a[_0x48f3fa(0x270)](/^- /,'')[_0x48f3fa(0x27a)]());}}if(_0x52f2b1[_0x48f3fa(0x1bc)]>0x0){const _0x4da374={};for(const _0x39ea58 of _0x52f2b1){_0x3c9baa[_0x48f3fa(0x1ec)]&&_0x3c9baa[_0x48f3fa(0x1ec)][_0x39ea58]&&(_0x4da374[_0x39ea58]=_0x3c9baa[_0x48f3fa(0x1ec)][_0x39ea58]);}_0x3c9baa['dependencies']=_0x4da374,fs[_0x48f3fa(0x2c4)](_0x589ec2,JSON['stringify'](_0x3c9baa,null,0x2)),console[_0x48f3fa(0x18e)](_0x48f3fa(0x226));}}}console[_0x48f3fa(0x18e)]('[builder]\x20Mode\x20LITE\x20OFFLINE\x20:\x20aucune\x20installation\x20réseau.\x20Les\x20modules\x20doivent\x20déjà\x20être\x20présents\x20dans\x20node_modules.');}catch(_0x2295cc){console[_0x48f3fa(0x295)](_0x48f3fa(0x1b0),_0x2295cc[_0x48f3fa(0x2ad)]),console[_0x48f3fa(0x295)](_0x48f3fa(0x2f8));}}console[_0x48f3fa(0x18e)](_0x48f3fa(0x2c8));try{function _0x524be5(_0x3d665f,_0x126405=''){const _0x74947e=_0x48f3fa,_0x4509a0=[],_0x3ab594=fs['readdirSync'](_0x3d665f,{'withFileTypes':!![]}),_0x55386f=[_0x74947e(0x2a5),_0x74947e(0x1fe),'.gitignore',_0x74947e(0x1be),'build',_0x74947e(0x22d),_0x74947e(0x2a1),_0x74947e(0x2bc),_0x74947e(0x241),_0x74947e(0x20c),_0x74947e(0x257),_0x74947e(0x2b0),_0x74947e(0x1af),_0x74947e(0x1f5),_0x74947e(0x26b),_0x74947e(0x1d4)];for(const _0x5360af of _0x3ab594){const _0x18f8bb=path['join'](_0x3d665f,_0x5360af[_0x74947e(0x20d)]),_0x27e0e7=_0x126405?_0x126405+'/'+_0x5360af[_0x74947e(0x20d)]:_0x5360af[_0x74947e(0x20d)];if(_0x55386f[_0x74947e(0x2a0)](_0x5360af[_0x74947e(0x20d)])||_0x55386f[_0x74947e(0x1ab)](_0x102583=>_0x27e0e7[_0x74947e(0x1f0)](_0x102583+'/'))||_0x5360af[_0x74947e(0x20d)][_0x74947e(0x1f0)](_0x74947e(0x231)))continue;if(_0x5360af[_0x74947e(0x280)]())_0x4509a0[_0x74947e(0x2c5)](..._0x524be5(_0x18f8bb,_0x27e0e7));else _0x5360af[_0x74947e(0x2fd)]()&&_0x4509a0['push'](_0x18f8bb);}return _0x4509a0;}const _0x4e0176=_0x524be5(_0x1cbde1);_0x4e0176['length']===0x0&&(console['error'](_0x48f3fa(0x249),_0x1cbde1),process[_0x48f3fa(0x2ca)](0x1));console[_0x48f3fa(0x18e)]('[builder]\x20✅\x20Collected\x20'+_0x4e0176[_0x48f3fa(0x1bc)]+_0x48f3fa(0x1a0));const _0x2daae6=path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x2e7)),_0x28e12e=_0x4e0176[_0x48f3fa(0x18b)](_0x2274b7=>'\x22'+_0x2274b7+'\x22')[_0x48f3fa(0x271)]('\x20');execSync('\x22'+SEVEN_ZIP_PATH+'\x22\x20a\x20-tzip\x20-mx=1\x20-mm=Deflate\x20-mfb=32\x20-mpass=1\x20\x22'+_0x2daae6+'\x22\x20'+_0x28e12e,{'stdio':_0x48f3fa(0x2ee)}),fs[_0x48f3fa(0x1c1)](_0x2daae6,path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x1ef))),console[_0x48f3fa(0x18e)](_0x48f3fa(0x258)+_0x4e0176[_0x48f3fa(0x1bc)]+_0x48f3fa(0x24d));}catch(_0x3d138b){console['error']('échec\x20de\x20l\x27empaquetage\x20de\x20l\x27application\x20:',_0x3d138b[_0x48f3fa(0x2ad)]),process[_0x48f3fa(0x2ca)](0x1);}console['log']('[builder]\x20compilation\x20des\x20fichiers\x20JS\x20sélectionnés\x20en\x20.js\x20(bytenode)');const _0x444e09=[_0x48f3fa(0x232),_0x48f3fa(0x1c9),_0x48f3fa(0x193)][_0x48f3fa(0x2ea)](_0x4cedb2=>fs[_0x48f3fa(0x1f9)](path[_0x48f3fa(0x271)](_0x1cbde1,_0x4cedb2)));ensureDir(path['join'](BUILD,'js'));for(const _0x5bea6b of _0x444e09){const _0x27ef82=path[_0x48f3fa(0x271)](_0x1cbde1,_0x5bea6b),_0x55d77c=path[_0x48f3fa(0x271)](BUILD,'js',_0x5bea6b['replace'](_0x48f3fa(0x2b8),'.js'));console[_0x48f3fa(0x18e)](_0x48f3fa(0x2d9),_0x5bea6b),await bytenode[_0x48f3fa(0x207)](_0x27ef82,_0x55d77c);}console['log'](_0x48f3fa(0x2c1));const _0x3c0692=fs[_0x48f3fa(0x2c2)](path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x1ef)));!KEY&&console[_0x48f3fa(0x295)](_0x48f3fa(0x23b));const _0x2638d0=crypto[_0x48f3fa(0x2b4)](0x10),_0xa31e9b=crypto[_0x48f3fa(0x2ac)](_0x48f3fa(0x1ea))['update'](KEY||_0x48f3fa(0x22f))[_0x48f3fa(0x205)](),_0x5f3d07=crypto[_0x48f3fa(0x234)](_0x48f3fa(0x264),_0xa31e9b,_0x2638d0),_0x6c788d=Buffer['concat']([_0x2638d0,_0x5f3d07['update'](_0x3c0692),_0x5f3d07[_0x48f3fa(0x238)]()]);fs[_0x48f3fa(0x2c4)](path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x227)),_0x6c788d),console[_0x48f3fa(0x18e)](_0x48f3fa(0x2e9));try{const _0x241265=getAppInfo(),_0x4ecc48={'app_name':_0x241265[_0x48f3fa(0x1cb)],'app_version':_0x241265[_0x48f3fa(0x233)],'app_author':_0x241265[_0x48f3fa(0x21c)],'build_ts':new Date()[_0x48f3fa(0x214)](),'build_id':crypto[_0x48f3fa(0x2b4)](0x8)[_0x48f3fa(0x29e)](_0x48f3fa(0x209))},_0x5d8be7=fs['readFileSync'](path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x227))),_0x36af96=Buffer['from'](JSON[_0x48f3fa(0x2fc)](_0x4ecc48),'utf8'),_0x32b60c=Buffer[_0x48f3fa(0x19a)](0x4);_0x32b60c[_0x48f3fa(0x2c9)](_0x36af96[_0x48f3fa(0x1bc)],0x0);const _0x3e6747=Buffer[_0x48f3fa(0x2f9)]([Buffer['from'](_0x48f3fa(0x2df),_0x48f3fa(0x1e3)),_0x32b60c,_0x36af96,_0x5d8be7]),_0x56c364=crypto[_0x48f3fa(0x2ac)](_0x48f3fa(0x1ea))[_0x48f3fa(0x243)](KEY||_0x48f3fa(0x22f))[_0x48f3fa(0x205)](),_0x17ca52=crypto[_0x48f3fa(0x19e)](_0x48f3fa(0x1ea),_0x56c364);_0x17ca52[_0x48f3fa(0x243)](_0x3e6747);const _0x4abb5b=_0x17ca52[_0x48f3fa(0x205)]();fs[_0x48f3fa(0x2c4)](path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x227)),_0x3e6747),fs[_0x48f3fa(0x2c4)](path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x2a8)),_0x4abb5b),console[_0x48f3fa(0x18e)](_0x48f3fa(0x2ab)+path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x2a8))),console[_0x48f3fa(0x18e)](_0x48f3fa(0x246),_0x4ecc48);}catch(_0x39a0bb){console[_0x48f3fa(0x28b)]('[builder]\x20Erreur\x20lors\x20de\x20l\x27ajout\x20du\x20watermark:',_0x39a0bb[_0x48f3fa(0x2ad)]),process['exit'](0x1);}console['log'](_0x48f3fa(0x1bb));const _0x50a26f=fs[_0x48f3fa(0x2c2)](path[_0x48f3fa(0x271)](__dirname,'templates','bootstrap.template.js'),_0x48f3fa(0x198));fs[_0x48f3fa(0x2c4)](path['join'](BUILD,_0x48f3fa(0x228)),_0x50a26f),console[_0x48f3fa(0x18e)](_0x48f3fa(0x23a));const _0x520d03=JavaScriptObfuscator['obfuscate'](_0x50a26f,{'compact':!![],'stringArray':!![],'stringArrayThreshold':0.8,'stringArrayEncoding':[_0x48f3fa(0x242)],'identifierNamesGenerator':_0x48f3fa(0x21f),'rotateStringArray':!![],'disableConsoleOutput':!![]});fs[_0x48f3fa(0x2c4)](path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x228)),_0x520d03[_0x48f3fa(0x1de)]()),console[_0x48f3fa(0x18e)](_0x48f3fa(0x2a3));const _0x31104a=path[_0x48f3fa(0x271)](BUILD,'win-unpacked');ensureDir(_0x31104a);if(ELECTRON_DIST&&fs[_0x48f3fa(0x1f9)](ELECTRON_DIST)){console['log'](_0x48f3fa(0x20a)),fs[_0x48f3fa(0x2ba)](ELECTRON_DIST,_0x31104a,{'recursive':!![]});const _0x284bfc=getAppInfo(),_0x22a2ca=path[_0x48f3fa(0x271)](_0x31104a,_0x48f3fa(0x2b9)),_0x31c26a=path[_0x48f3fa(0x271)](_0x31104a,_0x284bfc[_0x48f3fa(0x1cb)]+'.exe');if(fs['existsSync'](_0x22a2ca)){console['log'](_0x48f3fa(0x29b),_0x284bfc[_0x48f3fa(0x1cb)]),fs[_0x48f3fa(0x1c1)](_0x22a2ca,_0x31c26a),console[_0x48f3fa(0x18e)]('[builder]\x20Application\x20de\x20l\x27icône\x20initiale...');const _0x32a3c4=path['join'](APP_SRC,_0x48f3fa(0x24c),'icon.ico');if(fs['existsSync'](_0x32a3c4)){const _0x18c564=require(path['join'](__dirname,_0x48f3fa(0x239),_0x48f3fa(0x196)));try{await _0x18c564(_0x31c26a,{'icon':_0x32a3c4,'version-string':{'FileDescription':_0x284bfc[_0x48f3fa(0x23f)],'ProductName':_0x284bfc[_0x48f3fa(0x1cb)],'CompanyName':_0x284bfc[_0x48f3fa(0x21c)]}}),console['log'](_0x48f3fa(0x202));}catch(_0x3254f1){console[_0x48f3fa(0x295)](_0x48f3fa(0x25e),_0x3254f1[_0x48f3fa(0x2ad)]);}}else console[_0x48f3fa(0x295)]('[builder]\x20Aucune\x20icône\x20trouvée\x20dans\x20assets/icon.ico');}}else console[_0x48f3fa(0x295)](_0x48f3fa(0x2ec));console[_0x48f3fa(0x18e)]('[builder]\x20🔍\x20Vérification\x20de\x20la\x20sécurité\x20du\x20preload.js...');const _0x570079=path[_0x48f3fa(0x271)](APP_SRC,_0x48f3fa(0x1c9));if(fs[_0x48f3fa(0x1f9)](_0x570079)){const _0x3bcac5=fs[_0x48f3fa(0x2c2)](_0x570079,_0x48f3fa(0x198)),_0x7a2fe5=_0x3bcac5[_0x48f3fa(0x2a0)](_0x48f3fa(0x29d));_0x7a2fe5?console[_0x48f3fa(0x18e)]('[builder]\x20✅\x20Protection\x20contextBridge\x20validée\x20(preload.js\x20sécurisé)'):console[_0x48f3fa(0x18e)]('[builder]\x20⚠️\x20\x20Attention:\x20preload.js\x20ne\x20semble\x20pas\x20utiliser\x20contextBridge.exposeInMainWorld');}else{console[_0x48f3fa(0x295)](_0x48f3fa(0x211));const _0x199273=_0x48f3fa(0x1f3);fs[_0x48f3fa(0x2c4)](_0x570079,_0x199273,_0x48f3fa(0x198)),console[_0x48f3fa(0x18e)](_0x48f3fa(0x25f));}const _0x36aa43=getTempProtectedDir();rmdir(_0x36aa43),ensureDir(_0x36aa43),console[_0x48f3fa(0x18e)]('[builder]\x20🔒\x20Copie\x20des\x20fichiers\x20sources\x20vers\x20le\x20dossier\x20de\x20travail\x20(les\x20originaux\x20restent\x20intacts)...');try{const _0x503415=fs[_0x48f3fa(0x2e8)](APP_SRC);for(const _0x5954b4 of _0x503415){if(_0x5954b4===_0x48f3fa(0x2b3)||_0x5954b4===_0x48f3fa(0x1be)||_0x5954b4===_0x48f3fa(0x2a5))continue;const _0x5d770a=path[_0x48f3fa(0x271)](APP_SRC,_0x5954b4),_0x4eff44=path[_0x48f3fa(0x271)](_0x36aa43,_0x5954b4);fs[_0x48f3fa(0x204)](_0x5d770a)[_0x48f3fa(0x280)]()?fs['cpSync'](_0x5d770a,_0x4eff44,{'recursive':!![]}):fs[_0x48f3fa(0x1e2)](_0x5d770a,_0x4eff44);}console[_0x48f3fa(0x18e)](_0x48f3fa(0x248)+APP_SRC+')');}catch(_0x30e9c0){console[_0x48f3fa(0x28b)](_0x48f3fa(0x2dd),_0x30e9c0[_0x48f3fa(0x2ad)]);throw _0x30e9c0;}let _0x2b4cb5=_0x36aa43;async function _0x1db641(_0x3541ef,_0xe19234=0x0){const _0x4a0a1e=_0x48f3fa,_0x5531e8='\x20\x20'[_0x4a0a1e(0x1f2)](Math['min'](_0xe19234,0x3));try{const _0x3f3c8f=fs['readdirSync'](_0x3541ef,{'withFileTypes':!![]});for(const _0x39efe1 of _0x3f3c8f){const _0x314693=path['join'](_0x3541ef,_0x39efe1['name']),_0x98e0f7=path[_0x4a0a1e(0x219)](_0x2b4cb5,_0x314693);if(_0x39efe1[_0x4a0a1e(0x280)]())await _0x1db641(_0x314693,_0xe19234+0x1);else{if(_0x39efe1[_0x4a0a1e(0x2fd)]()){const _0x5edb34=_0x39efe1['name'][_0x4a0a1e(0x27b)](_0x4a0a1e(0x2b8))&&!_0x39efe1[_0x4a0a1e(0x20d)][_0x4a0a1e(0x27b)](_0x4a0a1e(0x255))&&!_0x39efe1['name'][_0x4a0a1e(0x27b)](_0x4a0a1e(0x1d9)),_0xa912b=_0x39efe1['name'][_0x4a0a1e(0x27b)](_0x4a0a1e(0x2e5))||_0x39efe1[_0x4a0a1e(0x20d)][_0x4a0a1e(0x27b)](_0x4a0a1e(0x1fb));if(_0x5edb34||_0xa912b){_0xe19234===0x0?console[_0x4a0a1e(0x18e)](_0x5531e8+_0x4a0a1e(0x1eb)+_0x98e0f7):console[_0x4a0a1e(0x18e)](_0x5531e8+_0x4a0a1e(0x2f1)+_0x98e0f7);try{const _0x3ffe7f=fs[_0x4a0a1e(0x2c2)](_0x314693,_0x4a0a1e(0x198));if(_0x5edb34){const _0x120750=path[_0x4a0a1e(0x271)](_0x3541ef,_0x39efe1[_0x4a0a1e(0x20d)]+'.jsc');try{await bytenode[_0x4a0a1e(0x207)](_0x314693,_0x120750);}catch(_0x368979){}const _0x1d9f07=path['basename'](_0x120750),_0x52714d=_0x4a0a1e(0x1e0)+_0x1d9f07+'\x27));\x0a}\x20catch\x20(e)\x20{\x0a\x20\x20const\x20vm\x20=\x20require(\x27vm\x27);\x0a\x20\x20const\x20src\x20=\x20'+JSON[_0x4a0a1e(0x2fc)](_0x3ffe7f)+_0x4a0a1e(0x1aa),_0x80fba8=JavaScriptObfuscator[_0x4a0a1e(0x190)](_0x52714d,{'compact':!![],'stringArray':!![],'stringArrayThreshold':0.8,'stringArrayEncoding':[_0x4a0a1e(0x242)],'identifierNamesGenerator':_0x4a0a1e(0x21f),'rotateStringArray':!![],'disableConsoleOutput':!![]});fs[_0x4a0a1e(0x2c4)](_0x314693,_0x80fba8['getObfuscatedCode']());}else{if(_0xa912b){let _0x52b642=_0x3ffe7f[_0x4a0a1e(0x270)](/(<script\b[^>]*>)([\s\S]*?)(<\/script>)/gi,(_0x2bd600,_0x3358de,_0xc1d233,_0x110755)=>{const _0x1416af=_0x4a0a1e;if(_0xc1d233[_0x1416af(0x27a)]()){const _0x1a32da=JavaScriptObfuscator[_0x1416af(0x190)](_0xc1d233,{'compact':!![],'stringArray':!![],'stringArrayThreshold':0.7,'stringArrayEncoding':['base64'],'identifierNamesGenerator':_0x1416af(0x21f),'rotateStringArray':!![]});return''+_0x3358de+_0x1a32da['getObfuscatedCode']()+_0x110755;}return _0x2bd600;});_0x52b642=_0x52b642[_0x4a0a1e(0x270)](/>\s+</g,'><')[_0x4a0a1e(0x270)](/<!--[\s\S]*?-->/g,'')[_0x4a0a1e(0x270)](/\s{2,}/g,'\x20')[_0x4a0a1e(0x27a)](),fs[_0x4a0a1e(0x2c4)](_0x314693,_0x52b642);}}}catch(_0xdebd3a){console['warn'](_0x4a0a1e(0x288)+_0x98e0f7+':',_0xdebd3a[_0x4a0a1e(0x2ad)]);}}}}}}catch(_0x1b75f8){console[_0x4a0a1e(0x295)](_0x4a0a1e(0x1cd)+_0x3541ef+':',_0x1b75f8['message']);}}console[_0x48f3fa(0x18e)]('[builder]\x20🛡️\x20\x20Protection\x20RÉCURSIVE\x20de\x20tous\x20les\x20fichiers\x20(travail\x20sur\x20les\x20copies)...'),await _0x1db641(_0x2b4cb5),console['log'](_0x48f3fa(0x19c)),console[_0x48f3fa(0x18e)](_0x48f3fa(0x283)+APP_SRC);const _0x31b184=path[_0x48f3fa(0x271)](_0x31104a,_0x48f3fa(0x284),_0x48f3fa(0x2ed));ensureDir(_0x31b184),fs[_0x48f3fa(0x2ba)](_0x2b4cb5,_0x31b184,{'recursive':!![]}),console[_0x48f3fa(0x18e)](_0x48f3fa(0x265));try{const _0x1b1a0f=path[_0x48f3fa(0x271)](ROOT,_0x48f3fa(0x2a5),'bytenode'),_0x13afda=path[_0x48f3fa(0x271)](_0x31b184,_0x48f3fa(0x2a5),_0x48f3fa(0x1ac));fs[_0x48f3fa(0x1f9)](_0x1b1a0f)?(ensureDir(path[_0x48f3fa(0x1f4)](_0x13afda)),fs[_0x48f3fa(0x2ba)](_0x1b1a0f,_0x13afda,{'recursive':!![]}),console[_0x48f3fa(0x18e)](_0x48f3fa(0x252))):console['warn'](_0x48f3fa(0x244));}catch(_0xb7c626){console[_0x48f3fa(0x295)]('[builder]\x20Erreur\x20lors\x20de\x20la\x20copie\x20de\x20bytenode\x20dans\x20resources/app:',_0xb7c626[_0x48f3fa(0x2ad)]);}fs[_0x48f3fa(0x1e2)](path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x227)),path['join'](_0x31b184,_0x48f3fa(0x227))),fs[_0x48f3fa(0x1e2)](path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x228)),path[_0x48f3fa(0x271)](_0x31b184,_0x48f3fa(0x228))),console[_0x48f3fa(0x18e)](_0x48f3fa(0x21a)+APP_SRC+_0x48f3fa(0x21b)),console[_0x48f3fa(0x18e)](_0x48f3fa(0x259));const _0x14573c=getAppInfo(),_0x21aa56=path[_0x48f3fa(0x271)](_0x31104a,_0x14573c[_0x48f3fa(0x1cb)]+'.exe');if(fs[_0x48f3fa(0x1f9)](_0x21aa56)){const _0x3ae803=getAppInfo(),_0x40f47d=path[_0x48f3fa(0x271)](APP_SRC,_0x48f3fa(0x24c),'icon.ico'),_0x3fb1c8=require(path[_0x48f3fa(0x271)](__dirname,_0x48f3fa(0x239),'rcedit'));try{await _0x3fb1c8(_0x21aa56,{'version-string':{'FileDescription':_0x3ae803[_0x48f3fa(0x23f)],'ProductName':_0x3ae803['productName'],'CompanyName':_0x3ae803[_0x48f3fa(0x21c)],'LegalCopyright':_0x3ae803[_0x48f3fa(0x272)],'OriginalFilename':_0x3ae803[_0x48f3fa(0x1cb)]+_0x48f3fa(0x24f),'InternalName':_0x3ae803['name'],'FileVersion':_0x3ae803['version'],'ProductVersion':_0x3ae803[_0x48f3fa(0x233)],'PackageName':_0x3ae803[_0x48f3fa(0x20e)],'Comments':_0x48f3fa(0x2d4)+_0x3ae803[_0x48f3fa(0x20e)]},'file-version':_0x3ae803[_0x48f3fa(0x233)],'product-version':_0x3ae803[_0x48f3fa(0x233)],'icon':fs[_0x48f3fa(0x1f9)](_0x40f47d)?_0x40f47d:undefined}),console[_0x48f3fa(0x18e)](_0x48f3fa(0x1db));}catch(_0x5c0dc6){console['warn'](_0x48f3fa(0x2eb),_0x5c0dc6['message']);}}else console[_0x48f3fa(0x295)](_0x48f3fa(0x1dc));if(USE_UPX)try{console[_0x48f3fa(0x18e)](_0x48f3fa(0x1e5));const _0x8972e0=getAppInfo(),_0x3ceba6=path[_0x48f3fa(0x271)](_0x31104a,_0x8972e0[_0x48f3fa(0x1cb)]+_0x48f3fa(0x24f));if(fs[_0x48f3fa(0x1f9)](_0x3ceba6)){const _0x3ed58e=!!getCodeSigningConfig();execSync(_0x48f3fa(0x278)+path['join'](__dirname,_0x48f3fa(0x1e7))+_0x48f3fa(0x1a3)+_0x21aa56+_0x48f3fa(0x25a)+_0x3ed58e,{'stdio':_0x48f3fa(0x2ee),'env':process[_0x48f3fa(0x1c2)]});if(_0x3ed58e)try{const _0x2caeac=path[_0x48f3fa(0x271)](APP_SRC,_0x48f3fa(0x224)),_0x1f93ca=fs[_0x48f3fa(0x1f9)](_0x2caeac)?JSON[_0x48f3fa(0x2f5)](fs[_0x48f3fa(0x2c2)](_0x2caeac,_0x48f3fa(0x198))):{},_0x53c8e9=_0x1f93ca[_0x48f3fa(0x2d0)]||{};try{const _0x55e02b=path[_0x48f3fa(0x271)](APP_SRC,_0x48f3fa(0x224)),_0x4a234f=fs[_0x48f3fa(0x1f9)](_0x55e02b)?JSON['parse'](fs['readFileSync'](_0x55e02b,_0x48f3fa(0x198))):{},_0x1f9664=_0x4a234f[_0x48f3fa(0x2d0)]||{},_0x33f2a5=path[_0x48f3fa(0x271)](__dirname,'signing');if(fs['existsSync'](_0x33f2a5+_0x48f3fa(0x2b8))){const _0x2a1110=require(_0x33f2a5);typeof _0x2a1110[_0x48f3fa(0x2b7)]==='function'?await _0x2a1110['signExe'](_0x21aa56,_0x1f9664[_0x48f3fa(0x1a1)]?.['cert'],_0x1f9664['signing']?.[_0x48f3fa(0x1d1)]):await signFile(_0x21aa56);}else await signFile(_0x21aa56);}catch(_0x14268e){console[_0x48f3fa(0x295)]('[builder]\x20Erreur\x20lors\x20de\x20la\x20signature\x20via\x20le\x20module\x20personnalisé:',_0x14268e[_0x48f3fa(0x2ad)]),console[_0x48f3fa(0x295)]('[builder]\x20Utilisation\x20du\x20mécanisme\x20de\x20signature\x20par\x20défaut'),await signFile(_0x21aa56);}}catch(_0x53c281){console[_0x48f3fa(0x295)](_0x48f3fa(0x222),_0x53c281[_0x48f3fa(0x2ad)]),console['warn'](_0x48f3fa(0x23c)),await signFile(_0x21aa56);}console[_0x48f3fa(0x18e)]('[builder]\x20Compression\x20et\x20tests\x20terminés\x20avec\x20succès');}}catch(_0x3725c7){console[_0x48f3fa(0x295)](_0x48f3fa(0x2da),_0x3725c7[_0x48f3fa(0x2ad)]),console[_0x48f3fa(0x295)]('[builder]\x20Continuation\x20avec\x20l\x27exécutable\x20non\x20compressé...');}else console['log'](_0x48f3fa(0x1f7));const _0x39159f=process[_0x48f3fa(0x1c2)][_0x48f3fa(0x1e1)]===_0x48f3fa(0x262);if(_0x39159f){console[_0x48f3fa(0x18e)](_0x48f3fa(0x19d));const _0x4281d5=getAppInfo(),_0x261c31=path['join'](APP_SRC,_0x48f3fa(0x24c),'icon.ico');try{const _0x17efdb=require(path[_0x48f3fa(0x271)](__dirname,_0x48f3fa(0x239),_0x48f3fa(0x275))),_0x1207ce={'name':LITE_BUILD?_0x4281d5[_0x48f3fa(0x1cb)]+_0x48f3fa(0x1b8):_0x4281d5['productName'],'dir':APP_SRC,'out':DIST,'name':_0x4281d5['productName'],'platform':_0x48f3fa(0x287),'arch':_0x48f3fa(0x192),'overwrite':!![],'asar':!![],'icon':fs[_0x48f3fa(0x1f9)](_0x261c31)?_0x261c31:undefined,'appVersion':_0x4281d5['version'],'buildVersion':_0x4281d5[_0x48f3fa(0x233)],'win32metadata':{'CompanyName':_0x4281d5[_0x48f3fa(0x21c)],'FileDescription':_0x4281d5[_0x48f3fa(0x23f)],'OriginalFilename':_0x4281d5[_0x48f3fa(0x1cb)]+_0x48f3fa(0x24f),'ProductName':_0x4281d5[_0x48f3fa(0x1cb)],'InternalName':_0x4281d5[_0x48f3fa(0x20d)],'copyright':_0x4281d5[_0x48f3fa(0x272)]}},_0x1f9d4c=await _0x17efdb(_0x1207ce);console[_0x48f3fa(0x18e)](_0x48f3fa(0x26d),_0x1f9d4c[_0x48f3fa(0x271)](',\x20'));}catch(_0x28d2ef){console['error'](_0x48f3fa(0x2f0),_0x28d2ef[_0x48f3fa(0x2ad)]),process[_0x48f3fa(0x2ca)](0x1);}}else console['log'](_0x48f3fa(0x18c));const _0x103880=process[_0x48f3fa(0x1c2)][_0x48f3fa(0x2f3)]===_0x48f3fa(0x262);if(!_0x103880)try{console[_0x48f3fa(0x18e)](_0x48f3fa(0x256));const _0x24060a=getAppInfo(),_0x4e8eda=path['join'](APP_SRC,_0x48f3fa(0x24c),_0x48f3fa(0x1d0)),_0x4f8739=path['join'](APP_SRC,'assets','installer.gif'),_0x29e706=path[_0x48f3fa(0x271)](APP_SRC,_0x48f3fa(0x1c7)),_0x4448dc=path[_0x48f3fa(0x271)](APP_SRC,'assets',_0x48f3fa(0x1d0)),_0x635d5c=fs[_0x48f3fa(0x1f9)](_0x4e8eda)?_0x4e8eda:_0x4448dc,_0xb6aba9=path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x223));let _0x495001='';if(fs[_0x48f3fa(0x1f9)](_0x635d5c))try{ensureDir(_0xb6aba9);const _0x3302ef=path['join'](_0xb6aba9,'icon.ico');fs[_0x48f3fa(0x1e2)](_0x635d5c,_0x3302ef),_0x495001=_0x3302ef['replace'](/\\/g,'\x5c\x5c'),console[_0x48f3fa(0x18e)](_0x48f3fa(0x299));}catch(_0x13fb3f){console['warn'](_0x48f3fa(0x25b),_0x13fb3f[_0x48f3fa(0x2ad)]);}ensureDir(DIST);const _0x344ad8=fs[_0x48f3fa(0x2c2)](path['join'](__dirname,_0x48f3fa(0x19b),_0x48f3fa(0x26c)),_0x48f3fa(0x198)),_0x17a640={'PRODUCT_NAME':_0x24060a['productName']||_0x24060a[_0x48f3fa(0x20d)],'VERSION':(_0x24060a[_0x48f3fa(0x233)]||_0x48f3fa(0x1ce))['split']('.')[_0x48f3fa(0x2f9)](['0','0','0'])[_0x48f3fa(0x28e)](0x0,0x4)['join']('.'),'COMPANY_NAME':_0x24060a[_0x48f3fa(0x21c)]||_0x48f3fa(0x294),'LICENSE_FILE':fs[_0x48f3fa(0x1f9)](_0x29e706)?_0x29e706[_0x48f3fa(0x270)](/\\/g,'\x5c\x5c'):'','OUTPUT_SETUP_EXE':path[_0x48f3fa(0x271)](DIST,_0x24060a[_0x48f3fa(0x1cb)]+_0x48f3fa(0x2fa)+_0x24060a[_0x48f3fa(0x233)]+_0x48f3fa(0x24f))[_0x48f3fa(0x270)](/\\/g,'\x5c\x5c'),'PAYLOAD_DIR':_0x31104a[_0x48f3fa(0x270)](/\\/g,'\x5c\x5c'),'APP_ICON':_0x495001||'','APP_DESCRIPTION':_0x24060a[_0x48f3fa(0x23f)]||(_0x24060a[_0x48f3fa(0x1cb)]||_0x24060a[_0x48f3fa(0x20d)])+'\x20Application','COPYRIGHT':_0x24060a[_0x48f3fa(0x272)]||'©\x20'+new Date()[_0x48f3fa(0x29f)]()+'\x20'+(_0x24060a[_0x48f3fa(0x21c)]||'Company'),'WEBSITE':_0x24060a[_0x48f3fa(0x26f)]||'','SUPPORT_URL':_0x24060a[_0x48f3fa(0x201)]?.[_0x48f3fa(0x1fc)]||_0x24060a[_0x48f3fa(0x26f)]||'','UPDATE_URL':_0x24060a[_0x48f3fa(0x26f)]||'','HELP_LINK':_0x24060a[_0x48f3fa(0x26f)]?_0x24060a[_0x48f3fa(0x26f)]+_0x48f3fa(0x2a2):'','ABOUT_URL':_0x24060a['homepage']||'','APP_TYPE':_0x48f3fa(0x274)};let _0x5f155e=_0x344ad8;for(const _0x574f62 of Object[_0x48f3fa(0x296)](_0x17a640)){_0x5f155e=_0x5f155e[_0x48f3fa(0x270)](new RegExp(_0x48f3fa(0x2cc)+_0x574f62+'}','g'),_0x17a640[_0x574f62]);}const _0x4272b5=path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x2bd));fs[_0x48f3fa(0x2c4)](_0x4272b5,_0x5f155e);try{if(fs[_0x48f3fa(0x1f9)](_0x635d5c))fs[_0x48f3fa(0x1e2)](_0x635d5c,path[_0x48f3fa(0x271)](_0x31104a,'icon.ico'));if(fs['existsSync'](_0x29e706))fs[_0x48f3fa(0x1e2)](_0x29e706,path[_0x48f3fa(0x271)](_0x31104a,_0x48f3fa(0x1c7)));}catch(_0x5e4f9f){console['warn'](_0x48f3fa(0x210),_0x5e4f9f[_0x48f3fa(0x2ad)]);}console[_0x48f3fa(0x18e)](_0x48f3fa(0x1bd));const _0x255247=path['join'](__dirname,_0x48f3fa(0x239),_0x48f3fa(0x1d5)),_0x1737ca=path[_0x48f3fa(0x271)](_0x255247,_0x48f3fa(0x2e4),_0x48f3fa(0x290));if(!fs[_0x48f3fa(0x1f9)](_0x1737ca)){console[_0x48f3fa(0x18e)](_0x48f3fa(0x194));const _0x520931=_0x48f3fa(0x24e),_0x5c1638=path[_0x48f3fa(0x271)](BUILD,_0x48f3fa(0x276));try{ensureDir(_0x255247);if(fs[_0x48f3fa(0x1f9)](_0x5c1638))console['log'](_0x48f3fa(0x1ad));else{console[_0x48f3fa(0x18e)]('[builder]\x20Téléchargement\x20de\x20NSIS\x20depuis:',_0x520931),execSync('curl\x20-L\x20\x22'+_0x520931+_0x48f3fa(0x2f2)+_0x5c1638+'\x22',{'stdio':_0x48f3fa(0x2ee)});if(!fs[_0x48f3fa(0x1f9)](_0x5c1638))throw new Error('Échec\x20du\x20téléchargement\x20de\x20NSIS');}console[_0x48f3fa(0x18e)]('[builder]\x20Extraction\x20de\x20NSIS\x20avec\x207-Zip...'),execSync('\x22'+SEVEN_ZIP_PATH+_0x48f3fa(0x250)+_0x5c1638+'\x22\x20-o\x22'+_0x255247+_0x48f3fa(0x2a6),{'stdio':_0x48f3fa(0x2ee)});if(!fs[_0x48f3fa(0x1f9)](_0x1737ca))throw new Error(_0x48f3fa(0x29a)+_0x1737ca);fs['unlinkSync'](_0x5c1638),console[_0x48f3fa(0x18e)](_0x48f3fa(0x195));}catch(_0x47d835){console[_0x48f3fa(0x28b)]('[builder]\x20Erreur\x20lors\x20de\x20l\x27installation\x20de\x20NSIS:',_0x47d835[_0x48f3fa(0x2ad)]);fs[_0x48f3fa(0x1f9)](_0x5c1638)&&fs['unlinkSync'](_0x5c1638);throw _0x47d835;}}if(!fs[_0x48f3fa(0x1f9)](_0x4272b5))throw new Error('Script\x20NSIS\x20non\x20trouvé:\x20'+_0x4272b5);console[_0x48f3fa(0x18e)](_0x48f3fa(0x27d)),console['log'](_0x48f3fa(0x26a),_0x4272b5),console['log'](_0x48f3fa(0x273),_0x1737ca);try{execSync('\x22'+_0x1737ca+_0x48f3fa(0x1a6)+_0x4272b5+'\x22',{'stdio':'inherit'});const _0x1d9105=path[_0x48f3fa(0x271)](DIST,_0x24060a[_0x48f3fa(0x1cb)]+'-Setup-'+_0x24060a['version']+_0x48f3fa(0x24f));if(fs[_0x48f3fa(0x1f9)](_0x1d9105)){console['log'](_0x48f3fa(0x18f),_0x1d9105);try{const _0x5eda47=path[_0x48f3fa(0x271)](APP_SRC,_0x48f3fa(0x224)),_0x55c189=fs[_0x48f3fa(0x1f9)](_0x5eda47)?JSON[_0x48f3fa(0x2f5)](fs['readFileSync'](_0x5eda47,_0x48f3fa(0x198))):{},_0x53e10c=_0x55c189[_0x48f3fa(0x2d0)]||{};try{const _0x2fc6d7=path[_0x48f3fa(0x271)](APP_SRC,'package.json'),_0x2bbac5=fs[_0x48f3fa(0x1f9)](_0x2fc6d7)?JSON[_0x48f3fa(0x2f5)](fs[_0x48f3fa(0x2c2)](_0x2fc6d7,_0x48f3fa(0x198))):{},_0x56d33b=_0x2bbac5[_0x48f3fa(0x2d0)]||{},_0x302eee=path[_0x48f3fa(0x271)](__dirname,'signing');if(fs[_0x48f3fa(0x1f9)](_0x302eee+_0x48f3fa(0x2b8))){const _0x3b4e5d=require(_0x302eee);typeof _0x3b4e5d[_0x48f3fa(0x2b7)]===_0x48f3fa(0x213)?await _0x3b4e5d[_0x48f3fa(0x2b7)](_0x1d9105,_0x56d33b[_0x48f3fa(0x1a1)]?.[_0x48f3fa(0x2aa)],_0x56d33b[_0x48f3fa(0x1a1)]?.['password']):await signFile(_0x1d9105);}else await signFile(_0x1d9105);}catch(_0x100a41){console[_0x48f3fa(0x295)]('[builder]\x20Erreur\x20lors\x20de\x20la\x20signature\x20via\x20le\x20module\x20personnalisé:',_0x100a41['message']),console[_0x48f3fa(0x295)]('[builder]\x20Utilisation\x20du\x20mécanisme\x20de\x20signature\x20par\x20défaut'),await signFile(_0x1d9105);}}catch(_0x1d7305){console[_0x48f3fa(0x295)](_0x48f3fa(0x222),_0x1d7305[_0x48f3fa(0x2ad)]),console['warn'](_0x48f3fa(0x23c)),await signFile(_0x1d9105);}}else throw new Error(_0x48f3fa(0x2c7)+_0x1d9105);}catch(_0x3a0015){console[_0x48f3fa(0x28b)](_0x48f3fa(0x215),_0x3a0015[_0x48f3fa(0x2ad)]);throw _0x3a0015;}console['log']('[builder]\x20Installateur\x20créé.');}catch(_0x7b943b){console[_0x48f3fa(0x295)](_0x48f3fa(0x245),_0x7b943b[_0x48f3fa(0x2ad)]);}else console[_0x48f3fa(0x18e)]('[builder]\x20Création\x20de\x20l\x27installateur\x20ignorée\x20(définir\x20SKIP_INSTALLER=true\x20pour\x20ignorer\x20l\x27installateur)');console[_0x48f3fa(0x18e)](_0x48f3fa(0x28f));}());
@@ -0,0 +1 @@
1
+ {"iv":"88cea0bb79be8325d554e7e6cd2d713a","key":"b955244fc50478bd508588161a7354e5ae6d9d932812d75dc6a524b33063f7ea","data":"d0be662fd824034848c590f438b654b05cbcb157e51355d5434f770b7970b632","tag":"89ff0006a53cf89811ac5670067227d2"}
@@ -0,0 +1 @@
1
+ {"iv":"ee7dd21f24b14d5518c864ddc3c2e8bd","key":"b5380e7ad68c860aebd55444489463092f2c074fb4c17c20a97094551e66fa53","data":"f3eeafea100803c9d109a720b04adbdfb0388cc4908229302f38a6638c8b082c","tag":"99c8ffd1d7adc73eee824b74d9d95259"}