Skip to content

Commit 9b82f4c

Browse files
📦 refactor: optimize Electron imports and introduce Sentry for error tracking
🔧 feat: implement updaterCacheDirName in dev-app-update.yml for Electron updater The changes in 'main.ts' optimize the import statements for Electron, making the code cleaner and more efficient. Additionally, the introduction of Sentry for error tracking significantly enhances the application's ability to diagnose and resolve issues. This implementation will allow for more effective debugging and maintenance. In 'dev-app-update.yml', the introduction of 'updaterCacheDirName' provides a specific directory for the Electron updater to use, improving the update process's organization and reliability.
1 parent 15f05ab commit 9b82f4c

8 files changed

Lines changed: 349 additions & 67 deletions

File tree

‎dev-app-update.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
owner: mangledbottles
22
repo: screenlink-desktop
3-
provider: github
3+
provider: github
4+
updaterCacheDirName: "electron-updater"

0 commit comments

Comments
 (0)