Skip to content

Commit 5d84f53

Browse files
committed
Prepare to build v3.13.1 (#2)
- Add some commits - Remove version identifier for macOS binary name.
1 parent 4a8f86c commit 5d84f53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
3737
- name: Configure build
3838
run: |
39-
sed -i "" 's/"DB Browser for SQLite"/"DB Browser for SQLite-v3.13.1"/' CMakeLists.txt
4039
mkdir build && cd build
4140
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DcustomTap=1 -DENABLE_TESTING=ON -Dsqlcipher=1 ..
4241

installer/macos/nightly.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"contents": [
14-
{ "x": 90, "y": 180, "type": "file", "path": "DB Browser for SQLite-v3.13.1.app" },
14+
{ "x": 90, "y": 180, "type": "file", "path": "DB Browser for SQLite.app" },
1515
{ "x": 395, "y": 180, "type": "link", "path": "/Applications" },
1616

1717
{ "x": 90, "y": 380, "type": "position", "path": ".background" },

0 commit comments

Comments
 (0)