mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove qsf related code from windows installer script.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19114 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1f45361668
commit
fcdfc59e21
@ -236,7 +236,7 @@ function dist_gnucash() {
|
||||
cp -a $_INSTALL_UDIR/lib/gnucash/lib*.dll $DIST_UDIR/lib/gnucash
|
||||
cp -a $_INSTALL_UDIR/libexec $DIST_UDIR
|
||||
mkdir -p $DIST_UDIR/share
|
||||
cp -a $_INSTALL_UDIR/share/{gnucash,locale,xml} $DIST_UDIR/share
|
||||
cp -a $_INSTALL_UDIR/share/{gnucash,locale} $DIST_UDIR/share
|
||||
cp -a $_REPOS_UDIR/packaging/win32/install-fq-mods.cmd $DIST_UDIR/bin
|
||||
|
||||
_QTDIR_WIN=$(unix_path $QTDIR | sed 's,^/\([A-Za-z]\)/,\1:/,g' )
|
||||
|
Loading…
Reference in New Issue
Block a user