superprint 1.0.1 β 1.0.3
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.
- package/README.md +2 -0
- package/cli.mjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,8 @@ PrΓ©requis : [Node.js 18+](https://nodejs.org) (npm inclus).
|
|
|
12
12
|
npx superprint
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
+
> π‘ **Windows (PowerShell)** : si vous voyez une erreur `PSSecurityException` (exΓ©cution de scripts dΓ©sactivΓ©e), utilisez `npx.cmd superprint` β le wrapper `.cmd` contourne la politique d'exΓ©cution PowerShell.
|
|
16
|
+
|
|
15
17
|
Au premier lancement, SuperPrint tΓ©lΓ©charge l'application (β50 Mo, une seule fois), installe les dΓ©pendances puis ouvre votre navigateur sur **http://localhost:5173**.
|
|
16
18
|
|
|
17
19
|
Identique sur **Windows, macOS et Linux**.
|
package/cli.mjs
CHANGED
|
@@ -18,7 +18,7 @@ const isWin = process.platform === 'win32';
|
|
|
18
18
|
|
|
19
19
|
// ββ URLs & chemins ββββββββββββββββββββββββββββββββββββββββββββ
|
|
20
20
|
const APP_VERSION_URL = 'https://superprint.cc/version.txt';
|
|
21
|
-
const APP_ZIP_URL = 'https://
|
|
21
|
+
const APP_ZIP_URL = 'https://app.zigmoon.com/sp213-local.zip';
|
|
22
22
|
const APP_DIR = path.join(os.homedir(), '.superprint', 'app');
|
|
23
23
|
const ZIP_PATH = path.join(os.homedir(), '.superprint', 'sp213-local.zip');
|
|
24
24
|
const VERSION_FILE = path.join(APP_DIR, 'version.txt');
|
|
@@ -59,7 +59,7 @@ function fail(m) {
|
|
|
59
59
|
console.log('');
|
|
60
60
|
console.log(C.bgRed + C.white + ' ERREUR ' + C.reset);
|
|
61
61
|
console.log(C.red + ' ' + m + C.reset);
|
|
62
|
-
console.log(C.dim + ' TΓ©lΓ©chargez manuellement : https://
|
|
62
|
+
console.log(C.dim + ' TΓ©lΓ©chargez manuellement : https://app.zigmoon.com/sp213-local.zip' + C.reset);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
// ββ Helpers rΓ©seau ββββββββββββββββββββββββββββββββββββββββββββ
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superprint",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "SuperPrint β logiciel de PAO (mise en page) gratuit + studio SP213 de maquettes par IA. 100% local, aucun CDN, aucune donnΓ©e ne quitte votre machine.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"superprint",
|