Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
b1e6afc2
Commit
b1e6afc2
authored
7 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
Fix inno-setup breakage in the wake of PR #167.
parent
c305e6bc
No related branches found
No related tags found
1 merge request
!171
Fix inno-setup breakage in the wake of PR !167.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/win32_inno/pd-inno.iss.in
+3
-1
3 additions, 1 deletion
packages/win32_inno/pd-inno.iss.in
with
3 additions
and
1 deletion
packages/win32_inno/pd-inno.iss.in
+
3
−
1
View file @
b1e6afc2
...
@@ -16,6 +16,7 @@ DefaultDirName={pf}\Purr Data
...
@@ -16,6 +16,7 @@ DefaultDirName={pf}\Purr Data
DefaultGroupName=Purr Data
DefaultGroupName=Purr Data
LicenseFile=..\gpl-3.0.txt
LicenseFile=..\gpl-3.0.txt
DisableWelcomePage=no
DisableWelcomePage=no
UninstallDisplayIcon={app}\lib\pdPatch_catGraphics.ico
Compression=lzma/ultra
Compression=lzma/ultra
ChangesAssociations=true
ChangesAssociations=true
...
@@ -45,7 +46,7 @@ Name: {group}\puredata.org; Filename: {app}\pd.url
...
@@ -45,7 +46,7 @@ Name: {group}\puredata.org; Filename: {app}\pd.url
Name: {group}\ASIO4ALL; Filename: {app}\asio4all.url
Name: {group}\ASIO4ALL; Filename: {app}\asio4all.url
Name: {group}\Uninstall Purr-Data; Filename: {uninstallexe}
Name: {group}\Uninstall Purr-Data; Filename: {uninstallexe}
Name: {userdesktop}\Purr-Data; Filename: {app}\bin\pd.exe; Tasks: desktopicon; IconFilename: {app}\lib\pd.ico; IconIndex: 0; WorkingDir: {app}
Name: {userdesktop}\Purr-Data; Filename: {app}\bin\pd.exe; Tasks: desktopicon; IconFilename: {app}\lib\pd.ico; IconIndex: 0; WorkingDir: {app}
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Purr-Data; Filename: {app}\bin\pd.exe; Tasks: quicklaunchicon; WorkingDir: {app}; IconFilename: {app}\lib\pd.ico; IconIndex: 0
; UninstallDisplayIcon: {app}\lib\pdPatch_catGraphics.ico;
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Purr-Data; Filename: {app}\bin\pd.exe; Tasks: quicklaunchicon; WorkingDir: {app}; IconFilename: {app}\lib\pd.ico; IconIndex: 0
Name: {group}\Documentation\Pd Manual; Filename: {app}\doc\1.manual\index.htm
Name: {group}\Documentation\Pd Manual; Filename: {app}\doc\1.manual\index.htm
Name: {group}\Documentation\Pd Drums Tutorial; Filename: {app}\doc\tutorials\footils\pddrums\pddrums.html
Name: {group}\Documentation\Pd Drums Tutorial; Filename: {app}\doc\tutorials\footils\pddrums\pddrums.html
Name: {group}\Documentation\Pure Data FLOSSmanual; Filename: {app}\puredata.url
Name: {group}\Documentation\Pure Data FLOSSmanual; Filename: {app}\puredata.url
...
@@ -695,6 +696,7 @@ OutputExeFilename=Output\PACKAGE_NAME.exe
...
@@ -695,6 +696,7 @@ OutputExeFilename=Output\PACKAGE_NAME.exe
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
; packages\win32_inno
; packages\win32_inno
Source: pdpatch.ico; DestDir: {app}\lib
Source: pdpatch.ico; DestDir: {app}\lib
Source: pdPatch_catGraphics.ico; DestDir: {app}\lib
Source: pd.ico; DestDir: {app}\lib
Source: pd.ico; DestDir: {app}\lib
;
;
;
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment