bin/harukaze in harukaze-1.2.0 vs bin/harukaze in harukaze-1.2.1
- old
+ new
@@ -101,10 +101,10 @@
Dir.chdir src_dir
end
def bump_versions(config)
status "BUMPING VERSIONS"
- rc = exe 'agvtool bump -all'
+ rc = exe "#{config['agvtool']} bump -all"
error "Failed to bump the build number!" unless rc
rc = exe "agvtool new-marketing-version #{config['marketing_version']}"
error "Failed to set the marketing version!" unless rc
config['current_version'] = `agvtool what-version -terse`.chomp!