Skip to content

Commit

Permalink
Titan v2.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrushC committed Jan 8, 2025
1 parent 313e43b commit e388630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"electron:build:mac": "electron-builder --mac",
"electron:build:linux": "electron-builder --linux",
"build:win": "vite build && electron-builder --win nsis",
"publish:win": "electron-builder --win --publish always nsis",
"publish:win": "electron-builder --win nsis --publish always",
"build:mac": "vite build && electron-builder --mac",
"publish:mac": "electron-builder --mac --publish always",
"build:linux": "vite build && electron-builder --linux",
Expand Down

1 comment on commit e388630

@ArrushC
Copy link
Owner Author

@ArrushC ArrushC commented on e388630 Jan 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previous build failed because the nsis argument wasn't recognised.

Please sign in to comment.