Skip to content

Commit

Permalink
Update README and add comment regarding windows artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunklas committed Dec 10, 2020
1 parent 1bcb776 commit d67f74f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Unzip `github-pr-tool-macOS.zip` and drag `github-pr-tool.app` to your Applicati
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.

### Windows
Coming soon.
Run the `github-pr-tool-windows.exe` file.
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.

## Development

Expand Down
2 changes: 2 additions & 0 deletions config.forge.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module.exports = {

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

0 comments on commit d67f74f

Please sign in to comment.