Windows installer prep
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
function Component()
|
||||
{
|
||||
// default constructor
|
||||
}
|
||||
|
||||
Component.prototype.createOperations = function()
|
||||
{
|
||||
// call default implementation to actually install README.txt!
|
||||
component.createOperations();
|
||||
|
||||
if (systemInfo.productType === "windows") {
|
||||
component.addOperation("CreateShortcut", "@TargetDir@/zec-qt-wallet.exe", "@StartMenuDir@/zecqtwallet.lnk",
|
||||
"workingDirectory=@TargetDir@");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user