We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a54eb commit d4e06a0Copy full SHA for d4e06a0
config.forge.js
@@ -26,7 +26,7 @@ module.exports = {
26
results.forEach(result => {
27
const artifactPath = result.artifacts[0];
28
console.log(`Artifact for ${result.arch}/${result.platform} packaged to: ${artifactPath}`);
29
- if (artifactPath.contains("squirrel.windows")) {
+ if (artifactPath.includes("squirrel.windows")) {
30
artifactPath = artifactPath + path.sep + "github-pr-tool.exe";
31
}
32
const pathParts = artifactPath.split(".");
0 commit comments