-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from NHERI-SimCenter/develop
Adding installers for MacOS and Windows
Showing
20 changed files
with
1,716 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Installer> | ||
<Name>Pile Group Tool</Name> | ||
<Version>2.1</Version> | ||
<Title>Pile Group Tool Installer</Title> | ||
<Publisher>NHERI SimCenter</Publisher> | ||
<ProductUrl>https://simcenter.designsafe-ci.org/learning-tools/pile-group-tool</ProductUrl> | ||
<InstallerApplicationIcon>NHERI-PGT-Icon</InstallerApplicationIcon> | ||
<InstallerWindowIcon>NHERI-PGT-Icon</InstallerWindowIcon> | ||
<Logo>NHERI-PGT-Icon.png</Logo> | ||
<Background>SimCenterInstallerLogo.png</Background> | ||
<StartMenuDir>SimCenter Apps</StartMenuDir> | ||
<TargetDir>@HomeDir@/Applications/SimCenterPGT</TargetDir> | ||
</Installer> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Installer> | ||
<Name>Pile Group Tool</Name> | ||
<Version>2.1</Version> | ||
<Title>Pile Group Tool Installer</Title> | ||
<Publisher>NHERI SimCenter</Publisher> | ||
<ProductUrl>https://simcenter.designsafe-ci.org/learning-tools/pile-group-tool</ProductUrl> | ||
<InstallerApplicationIcon>NHERI-PGT-Icon</InstallerApplicationIcon> | ||
<InstallerWindowIcon>NHERI-PGT-Icon</InstallerWindowIcon> | ||
<Logo>NHERI-PGT-Icon.png</Logo> | ||
<WizardStyle>Modern</WizardStyle> | ||
<Background>SimCenterInstallerLogo.png</Background> | ||
<StartMenuDir>SimCenter Apps\Pile Group Tool</StartMenuDir> | ||
<TargetDir>@HomeDir@/Applications/SimCenterTools/PGT</TargetDir> | ||
</Installer> |
12 changes: 12 additions & 0 deletions
12
PGTinstaller/packages/nheri.simcenter.pgt/meta/installPGT.qs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
function Component() {} | ||
|
||
Component.prototype.createOperations = function() | ||
{ | ||
component.createOperations(); | ||
|
||
if (systemInfo.productType === "windows") | ||
{ | ||
component.addOperation("CreateShortcut", "@TargetDir@/PileGroupTool.exe", "@StartMenuDir@/Pile Group Tool.lnk", | ||
"workingDirectory=@TargetDir@", "description=Start SimCenter Pile Group Tool"); | ||
} | ||
} |
1,575 changes: 1,575 additions & 0 deletions
1,575
PGTinstaller/packages/nheri.simcenter.pgt/meta/license.txt
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
PGTinstaller/packages/nheri.simcenter.pgt/meta/package.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Package> | ||
<DisplayName>Pile Group Tool</DisplayName> | ||
<Description>Educational tool for the study of piles and pile groups interacting with layered soil.</Description> | ||
<Version>2.1</Version> | ||
<ReleaseDate>2018-11-05</ReleaseDate> | ||
<Licenses> | ||
<License name="BSD License Agreement" file="license.txt" /> | ||
</Licenses> | ||
<Default>true</Default> | ||
<Script>installPGT.qs</Script> | ||
</Package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters