Changeset 178 for trunk/Install


Ignore:
Timestamp:
Mar 27, 2018, 11:07:44 AM (6 years ago)
Author:
chronos
Message:
  • Modified: Examples moved to subdirectory Examples.
  • Added: Support for override of default project file opened on first application start.
  • Modified: Fixed displaying of command line help.
Location:
trunk/Install
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/rules

    r156 r178  
    2222        install -m 755 Languages/UJobProgressView.cs.po $(ROOT)/usr/share/AcronymDecoder/languages
    2323        install -d -m 755 $(ROOT)/usr/share/AcronymDecoder/Examples
    24         install -m 755 "Example acronyms.adp" $(ROOT)/usr/share/AcronymDecoder/Examples
     24        @install -D -m 644 Examples/* $(ROOT)/usr/share/AcronymDecoder/Examples || true
    2525        install -d -m 755 $(ROOT)/usr/share/applications
    2626        install -m 755 Install/deb/AcronymDecoder.desktop $(ROOT)/usr/share/applications
  • trunk/Install/win

    • Property svn:ignore set to
      *.exe
  • trunk/Install/win/AcronymDecoder.iss

    r172 r178  
    7474Source: "{#MyAppSubDir}\libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion
    7575Source: "{#MyAppSubDir}\ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion
    76 Source: "{#MyAppSubDir}\Example acronyms.adp"; DestDir: "{app}"; Flags: ignoreversion
     76Source: "{#MyAppSubDir}\Examples"; DestDir: "{app}\Examples"; Flags: ignoreversion
    7777Source: "{#MyAppSubDir}\Release notes.txt"; DestDir: "{app}"; Flags: ignoreversion
    7878Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
Note: See TracChangeset for help on using the changeset viewer.