mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix missing files of dist.sh. Improve iss script.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15219 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6ac92d1086
commit
130dc98fae
@ -124,8 +124,9 @@ function dist_gnucash() {
|
||||
cp $_GNUCASH_UDIR/etc/gconf/schemas/* $DIST_UDIR/etc/gconf/schemas
|
||||
mkdir -p $DIST_UDIR/lib
|
||||
cp -r $_GNUCASH_UDIR/lib/{bin,locale} $DIST_UDIR/lib
|
||||
cp $_GNUCASH_UDIR/lib/lib*.la $DIST_UDIR/lib
|
||||
mkdir -p $DIST_UDIR/lib/gnucash
|
||||
cp $_GNUCASH_UDIR/lib/gnucash/*.dll $DIST_UDIR/lib/gnucash
|
||||
cp $_GNUCASH_UDIR/lib/gnucash/lib*.{dll,la} $DIST_UDIR/lib/gnucash
|
||||
cp -r $_GNUCASH_UDIR/libexec $DIST_UDIR
|
||||
mkdir -p $DIST_UDIR/share
|
||||
cp -r $_GNUCASH_UDIR/share/{gnucash,pixmaps,xml} $DIST_UDIR/share
|
||||
|
@ -20,7 +20,7 @@ Compression=lzma
|
||||
OutputDir=.
|
||||
OutputBaseFilename=@PACKAGE@-@VERSION@-setup
|
||||
UninstallFilesDir={app}\uninstall\@PACKAGE@
|
||||
InfoAfterFile=README
|
||||
InfoAfterFile=@prefix@\dist\share\@PACKAGE@\doc\README
|
||||
|
||||
[Types]
|
||||
Name: "full"; Description: "{cm:FullInstall}"
|
||||
@ -86,6 +86,8 @@ Root: HKCU; Subkey: "Software\GnuCash\Paths"; ValueType: string; ValueName: "loc
|
||||
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
[UninstallDelete]
|
||||
Type: files; Name: "{app}\bin\gnucash.bat"
|
||||
Type: filesandordirs; Name: "{app}\etc\gconf"
|
||||
Type: dirifempty; Name: "{app}\etc"
|
||||
|
||||
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; This large section is a Pascal scripting program that will modify
|
||||
|
Loading…
Reference in New Issue
Block a user