1.0.0 • Published 7 years ago

node-verpatch v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

node-verpatch

A node wrapper for Verpatch

Rebuild from npm Verpatch

Added support MacOs and Linux

Getting started

npm install node-verpatch

Usage

Linux & Mac OS X
var verpatch = require('node-verpatch');

verpatch('./path/to/executable/app.exe', '1.0.0', {
        product: 'Desktop Application name',
        company: 'Your company',
        desc: "Desktop Application Description",
        copyright: 'Copyright 2017 Your Company. All rights reserved.'
        publisher: 'publisher'
    }).then(()=>{
        //  ok
    }, error => {
        console.error(error);
    });

Options

Standard Options

  • desc - description
  • pb - private build
  • company - company
  • (c) - copyright
  • product - product name
  • pv - product version

Other options

You can store any other key/value you wish