Commit f53c20a4 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

MàJ doc build windows

Showing with 6 additions and 0 deletions
+6 -0
......@@ -200,6 +200,8 @@ Custom Material SVG Icons will only show up when the application is deployed on
Execute `npm run release-linux`. Find the .deb package in `/release`.
Running `dpkg -i cassiopee_*.deb` will install Cassiopée in `/opt/Cassiopee`
## windows installer
Several npm scripts of `package.json` won't work with windows (for ex. "preprocess"). Building
......@@ -223,6 +225,8 @@ export const jalhydDateRev = "2019-05-24";
export const jalhydVersion = "stable-105-gdfc538b";
```
As `mkdocs` does not work, copy `src/assets/docs-fr` folder **from a linux build**.
Compile jalhyd with `tsc --p "src/tsconfig.app.json"`
......@@ -239,3 +243,5 @@ export const nghydVersion = "4.3.0-119-ga6ef812";
Compile nghyd with `ng build --prod --build-optimizer=false`
Build package with `electron-builder`. Find the generated installer in `/release`.
Running the generated installer will install Cassiopée in `C:\Users\YourUser\AppData\local\Programs\cassiopee`
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment