We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10990dd commit 09b1676Copy full SHA for 09b1676
Gruntfile.js
@@ -37,7 +37,7 @@ module.exports = function(grunt) {
37
appDirectory: grunt.option('appdir'),
38
outputDirectory: grunt.option('outdir'),
39
name: 'OpenBazaar'+(grunt.option('clientonly') || ''),
40
- productName: 'OpenBazaar'+grunt.option('clientonly'),
+ productName: 'OpenBazaar'+(grunt.option('clientonly') || ''),
41
authors: 'OpenBazaar',
42
owners: 'OpenBazaar',
43
exe: 'OpenBazaar.exe',
0 commit comments