Skip to content

Commit

Permalink
Merge pull request #355 from theQRL/testnet
Browse files Browse the repository at this point in the history
Make build version dynamic
  • Loading branch information
scottdonaldau authored Mar 5, 2019
2 parents 2f32f35 + 3dc1c8f commit 96904ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-conf.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// Defines build configuration that is for each platform build.
const path = require('path')
const pjson = require('./package.json')

const config = {
name: 'QRL Wallet',
safeName: 'qrl-wallet',
description: 'QRL Wallet',
version: '1.1.0',
version: pjson.version,
manufacturer: 'DIE QRL STIFTUNG, Zug Switzerland',
homepage: 'https://www.theqrl.org/',
windows: {
Expand Down

0 comments on commit 96904ba

Please sign in to comment.