Skip to content

Commit 987bc82

Browse files
committed
Some minor improvements
1 parent 2c73f47 commit 987bc82

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

RELEASING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Build both the cli and Qt versions
2020
* Run the cli version and recreate the `bibref-addbooks-cache` folder to have it up-to-date
2121
* Remove `qt/bin/` if it exists
22-
* Change working directory to `qt/`
22+
* Change working directory to `qt/`
2323
* Run `./deploy-mac` by adding the Qt build folder and the `bibref-addbooks-cache` folder locations as parameters
2424
* Get `bin/bibref-qt.dmg` and share it on GitHub/Releases later
2525

@@ -28,7 +28,9 @@
2828
* Pull the newest version (via Windows Git)
2929
* Build the Qt version (via MSYS2/MINGW64)
3030
* Run the Qt version and recreate the `bibref-addbooks-cache` folder by selecting File > Add books,
31-
check if it is indeed in the Qt build folder; this ensures to have the cache up-to-date
31+
check if it is indeed in the Qt build folder; this ensures to have the cache up-to-date.
32+
If the Qt version does not start (in some exotic cases it may not find some libraries), then
33+
copy the `bibref-addbooks-cache` folder from a working platform in the build folder
3234
* Change working directory to `qt/`.
3335
* Run the `./create-windows-folder` script and add the build folder as parameter
3436
* Run the `./create-windows-zip` script
@@ -38,10 +40,10 @@
3840

3941
## Web
4042

41-
* Pull the newest version (via Windows Git)
43+
* Pull the newest version
4244
* Build the native version
43-
* Run the cli version and recreate the `bibref-addbooks-cache` folder to have it up-to-date
44-
* Remove the file `bibref.data` from the build folder of the web version
45+
* Run the cli version (from the main folder) and recreate the `bibref-addbooks-cache` folder to have it up-to-date
46+
* Remove the file `bibref.data` from the build folder of the web version (if it already exists)
4547
* Build the web version and install it
4648
* Copy the folder `html-output` from the web build folder over the public web folder,
4749
rename `index.html` to `index-midi.html` and put a symlink `index.html` to `index-jt-dt.html`

0 commit comments

Comments
 (0)