Skip to content

Commit

Permalink
seco
Browse files Browse the repository at this point in the history
  • Loading branch information
monica-muthukumaran committed Mar 16, 2022
1 parent 905d508 commit 1336193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_installers.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const msiCreator = new MSICreator({
exe: 'Final',
name: 'final',
manufacturer: 'Infosys',
version: '2.0.0',
version: '2.0.1',
appIconPath: path.resolve(__dirname,'icons/icon.ico'),

// Configure installer User Interface
Expand All @@ -28,7 +28,7 @@ const msiCreator = new MSICreator({
features:{
autoUpdate:true
},
upgradeCode:"A617EC16-A506-11EC-9EC4-BE7DD0D3F127"
upgradeCode:"A617EC16-A506-11EC-9EC4-BE7DD0D3F128"
});
(async function(){
// Step 2: Create a .wxs template file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msi-wix",
"version": "2.0.0",
"version": "2.0.1",
"description": "wix msi",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1336193

Please sign in to comment.