Skip to content

Commit 99e9cf4

Browse files
committed
migrate from NSIS installer to MSI installer for Windows
1 parent 0d3e5e1 commit 99e9cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DownloadButtons.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const VERSION = import.meta.env.PUBLIC_SMOOTHCSV_VERSION;
1111
if (!VERSION || VERSION === "null") throw new Error("VERSION is not set");
1212
1313
const MAC_DOWNLOAD_URL = `https://github.com/kohii/smoothcsv3/releases/download/v${VERSION}/SmoothCSV_${VERSION}_universal.dmg`;
14-
const WINDOWS_DOWNLOAD_URL = `https://github.com/kohii/smoothcsv3/releases/download/v${VERSION}/SmoothCSV_${VERSION}_x64-setup.exe`;
14+
const WINDOWS_DOWNLOAD_URL = `https://github.com/kohii/smoothcsv3/releases/download/v${VERSION}/SmoothCSV_${VERSION}_x64_en-US.msi`;
1515
---
1616

1717
<div class="group">

0 commit comments

Comments
 (0)