Skip to content

Commit

Permalink
Merge branch 'master' into corinagum/nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
Corina committed Feb 15, 2019
2 parents f10cdab + 5c254bf commit d403cd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/app/main/scripts/mac.js
Expand Up @@ -50,10 +50,10 @@ async function writeLatestYmlFile() {
const ymlInfo = {
version,
releaseDate,
githubArtifactName: releaseFilename,
path: releaseFilename,
sha512
githubArtifactName: releaseFileName,
path: releaseFileName,
sha512,
};
const ymlStr = yaml.safeDump(ymlInfo);
fsp.writeFileSync(path.normalize(`./dist/latest-mac.yml`), ymlStr);
};
}

0 comments on commit d403cd8

Please sign in to comment.