-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Martin Ribelotta <[email protected]>
- Loading branch information
1 parent
e9bd4a3
commit 6edc276
Showing
13 changed files
with
43 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
C:\Qt\QtIFW2.0.3\bin\binarycreator.exe -p packages -c config\config.xml -v embedded-ide-0.4.0.exe | ||
C:\Qt\Tools\QtInstallerFramework\2.0\bin\binarycreator.exe -p packages -c config\config.xml -v embedded-ide-0.5.0.exe | ||
@pause |
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 |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Installer> | ||
<Name>Embedded IDE</Name> | ||
<Version>0.4.0</Version> | ||
<Version>0.5.0</Version> | ||
<Title>Embedded IDE Installer</Title> | ||
<Publisher>Rusotech</Publisher> | ||
<StartMenuDir>Embedded IDE</StartMenuDir> | ||
<TargetDir>@ApplicationsDir@/EmbeddedIDE</TargetDir> | ||
<TargetDir>@RootDir@/EmbeddedIDE</TargetDir> | ||
<RunProgram>@TargetDir@/embedded-ide/embedded-ide.exe</RunProgram> | ||
<RunProgramDescription>EmbeddedIDE</RunProgramDescription> | ||
<AllowSpaceInPath>false</AllowSpaceInPath> | ||
</Installer> |
1 change: 1 addition & 0 deletions
1
win32/installer/packages/org.gnu.gcc_arm_embedded/data/.gitignore
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 @@ | ||
*.7z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.7z |
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Package> | ||
<DisplayName>OpenOCD 0.10.0-dev-00247-g73b676c</DisplayName> | ||
<Description>Open on Chip Debugger. Dreddie Chopin Repackaged Version</Description> | ||
<Description>Open on Chip Debugger. Freddie Chopin Repackaged Version</Description> | ||
<Version>0.10.0</Version> | ||
<ReleaseDate>2016-03-12</ReleaseDate> | ||
<Licenses> | ||
<License name="GNU GENERAL PUBLIC LICENSE Version 2" file="COPYING.GPLv2" /> | ||
</Licenses> | ||
<Default>true</Default> | ||
<SortingPriority>300</SortingPriority> | ||
<Script>zadig.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
function Component() | ||
{ | ||
} | ||
|
||
Component.prototype.createOperations = function() | ||
{ | ||
component.createOperations(); | ||
if (systemInfo.productType === "windows") { | ||
component.addOperation("CreateShortcut", | ||
"@TargetDir@/openocd/zadig_2.2.exe", | ||
"@StartMenuDir@/Zadig Driver Manager.lnk", | ||
"workingDirectory=@TargetDir@"); | ||
component.addOperation("CreateShortcut", | ||
"@TargetDir@/openocd/drivers/UsbDriverTool.exe", | ||
"@StartMenuDir@/USB Driver Tool.lnk", | ||
"workingDirectory=@TargetDir@"); | ||
} | ||
} |
9 changes: 0 additions & 9 deletions
9
win32/installer/packages/org.rusotech.embedded_ide.menu/meta/package.xml
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
win32/installer/packages/org.rusotech.embedded_ide.msys/data/.gitignore
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 @@ | ||
*.7z |
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
1 change: 1 addition & 0 deletions
1
win32/installer/packages/org.rusotech.embedded_ide/data/.gitignore
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 @@ | ||
*.7z |
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