Skip to content

Commit

Permalink
pull-requestの判定を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmouk committed Sep 8, 2019
1 parent 59fac55 commit bf94d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .electron-vue/notarize.js
Expand Up @@ -3,7 +3,7 @@ const { notarize } = require('electron-notarize')

const appleId = process.env.APPLE_ID
const appleIdPassword = process.env.APPLE_PASSWORD
const pullRequest = process.env.TRAVIS_PULL_REQUEST
const pullRequest = process.env.TRAVIS_PULL_REQUEST !== 'false'

const configPath = path.resolve(__dirname, '../package.json')
const appPath = path.resolve(__dirname, '../build/mac/Hackaru.app')
Expand Down

0 comments on commit bf94d86

Please sign in to comment.