Skip to content

Commit d67f74f

Browse files
committed
Update README and add comment regarding windows artifact naming
1 parent 1bcb776 commit d67f74f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Unzip `github-pr-tool-macOS.zip` and drag `github-pr-tool.app` to your Applicati
1818
The first time you launch the app, you must right click it and choose "open" two times. On the second time you will get the option to trust the application.
1919

2020
### Windows
21-
Coming soon.
21+
Run the `github-pr-tool-windows.exe` file.
22+
First time you run the app it might be blocked due to not being trusted. There should be some option to allow it to run anyway.
2223

2324
## Development
2425

config.forge.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ module.exports = {
2828

2929
console.log(`Artifact for ${result.arch}/${result.platform} packaged to: ${artifactPath}`);
3030
if (artifactPath.includes("squirrel.windows")) {
31+
// Uses the version specified in package.json
32+
// TODO: Make windows artifact naming more consistent with other platforms
3133
artifactPath = artifactPath.replace("RELEASES", "github-pr-tool-1.0.0 Setup.exe");
3234
}
3335
const pathParts = artifactPath.split(".");

0 commit comments

Comments
 (0)