Renomme le produit en "Copydev Imposition Tool" et habille A propos

Reprend le branding du projet desktop impose : CopyDev, Jules Dubois,
contact@copydev.fr, www.copydev.fr, copyright (c) 2026. Ajoute le logo
CopyDev (resources/logo.png, non affichable dans la boite A propos actuelle
car app.alert() est texte seul) et renomme l'installeur.
This commit is contained in:
Jules
2026-06-21 22:49:52 +02:00
parent 775ae2e3fb
commit 0334201bae
3 changed files with 15 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
@echo off
chcp 65001 >nul 2>&1
setlocal EnableDelayedExpansion
title Imposition Professionnelle (Acrobat) — Installation
title Copydev Imposition Tool — Installation
set "APP_NAME=Imposition Professionnelle (plugin Acrobat)"
set "APP_NAME=Copydev Imposition Tool"
set "INSTALL_DIR=%LOCALAPPDATA%\CopydevImposingAcrobat"
set "REPO_DIR=%INSTALL_DIR%\repo"
set "GITEA_REPO=https://git.copydev.fr/jules/copydev-imposing-tool.git"