Skip to content

Commit 7cf9760

Browse files
committed
[skip ci] docs: Add notes about continuous build for Windows
1 parent 2ad6822 commit 7cf9760

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

BUILDING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ If you additionally want an NSIS installer:
249249

250250
Done.
251251

252+
> Also, we have a CI workflow for Windows, you can check it out [here](https://github.com/sqlitebrowser/sqlitebrowser/blob/master/.github/workflows/build-windows.yml)
253+
252254
## Build with SQLCipher support
253255

254256
When built with SQLCipher support, DB Browser for SQLite will allow you to open

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
- [Wiki](#wiki)
2222
- [Continuous, Nightly builds](#continuous-nightly-builds)
2323
- [Windows](#windows)
24+
- [Continuous, Nightly builds](#continuous-nightly-builds-1)
2425
- [macOS](#macos)
2526
- [Stable release](#stable-release)
26-
- [Continuous, Nightly builds](#continuous-nightly-builds-1)
27+
- [Continuous, Nightly builds](#continuous-nightly-builds-2)
2728
- [Linux](#linux)
2829
- [Arch Linux](#arch-linux)
2930
- [Debian](#debian)
@@ -83,11 +84,10 @@ https://github.com/sqlitebrowser/sqlitebrowser/wiki.
8384

8485
## Continuous, Nightly builds
8586

86-
Download continuous builds for AppImage and macOS here:
87+
Download continuous builds for AppImage, macOS and Windows here:
8788

8889
* https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/continuous
8990
> Note: A continuous build is generated when a new commit is added to the `master` branch.<br>
90-
> Builds for Windows are not currently available. but there are plans to add them in 2023.
9191
9292
Download nightly builds for Windows and macOS here:
9393

@@ -111,9 +111,14 @@ Or use winget:
111111
winget install -e --id DBBrowserForSQLite.DBBrowserForSQLite
112112
```
113113

114-
**Note:** If for some reason the standard Windows release does not work
115-
(e.g. gives an error), try a [nightly build](https://github.com/sqlitebrowser/sqlitebrowser?tab=readme-ov-file#nightly-builds). Nightly builds often fix bugs
116-
reported after the last release. :D
114+
#### Continuous, Nightly builds
115+
116+
Continuous builds are available here:
117+
118+
* https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/continuous
119+
120+
Nightly builds are available here:
121+
* https://nightlies.sqlitebrowser.org/latest
117122

118123
## macOS
119124

0 commit comments

Comments
 (0)