Skip to content

Commit cfc2a98

Browse files
chore: revert the circle CI and pipeline fix
1 parent c19fbef commit cfc2a98

File tree

4 files changed

+7
-246
lines changed

4 files changed

+7
-246
lines changed

.circleci/config.yml

Lines changed: 0 additions & 158 deletions
This file was deleted.

.github/workflows/mac-build.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
## New Updates
22

3-
### 9.2.2 - ਊਨਾ Release _June 01, 2025_
4-
5-
#### Misc. bug fix and other improvements
6-
- Style fix in Bani Overlay: Consistent branding across all layouts.
7-
- Added a setting to turn off the intelligent spacebar.
8-
- Akhand Path mode: Scroll to verse when clicked from Navigator and also syncs the scroll from preview window with the viewer.
9-
- Code and Style Improvements: Various code refactors and stylistic enhancements to improve performance and maintainability.
10-
11-
**We would love to hear from you if there a feature that you have been waiting for. Send us your feedback at [sttm.co/feedback](https://www.sttm.co/feedback).**
12-
</br>
13-
143
### 9.2.2 - ਊਨਾ Release _July 15, 2024_
154

165
#### Misc. bug fix and other improvements

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "SikhiToTheMax",
33
"name": "sttm-desktop",
4-
"version": "9.2.3",
4+
"version": "9.2.2",
55
"description": "The SikhiToTheMax desktop app",
66
"main": "app.js",
77
"scripts": {
@@ -162,6 +162,12 @@
162162
"buildResources": "assets",
163163
"output": "builds"
164164
},
165+
"publish": {
166+
"provider": "s3",
167+
"bucket": "sttm-releases",
168+
"path": "${os}-${arch}",
169+
"region": "us-west-2"
170+
},
165171
"dmg": {
166172
"icon": "STTM-DMG.icns"
167173
},
@@ -199,10 +205,6 @@
199205
"category": "Network",
200206
"target": "deb",
201207
"icon": "assets"
202-
},
203-
"publish": {
204-
"provider": "generic",
205-
"url": "https://${AZURE_STORAGE_ACCOUNT}.blob.core.windows.net/${AZURE_STORAGE_CONTAINER}/sttm-desktop-builds"
206208
}
207209
},
208210
"husky": {

0 commit comments

Comments
 (0)