Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
This commit is contained in:
commit
3d099fa261
3 changed files with 7 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -1026,6 +1026,7 @@ install-bundlefiles:
|
|||
@cp -p macos/Info.plist $(BUNDLE)/Contents
|
||||
@cp -p macos/tuxpaint.icns $(BUNDLE)/Contents/Resources
|
||||
@custom/macos.sh
|
||||
@hdiutil create -volname "Tux Paint $(VER_VERSION)" -srcfolder $(BUNDLE) -ov -format UDBZ -o TuxPaint.dmg
|
||||
|
||||
|
||||
# Build the program!
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - December 3, 2017
|
||||
June 17, 2002 - December 14, 2017
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -1057,7 +1057,8 @@ $Id$
|
|||
Darrell Walisser <walisser@mac.com> [retired]
|
||||
Eric Poncet <http://www.linguasoft.com/>
|
||||
Harvey Ginter <harveyginter@gmail.com>
|
||||
Mark K. Kim <mkkim214@gmail.com>
|
||||
Mark K. Kim <mkkim214@gmail.com>
|
||||
Robert Buj Gelonch <rbuj@users.sf.net>
|
||||
|
||||
* Maemo (Nokia 770 and N880) coding and builds
|
||||
Alessandro Pasotti <apasotti@gmail.com>
|
||||
|
|
@ -118,6 +118,9 @@ $Id$
|
|||
* Rewrote the macOS build system to be more Linux-like, with no XCode IDE.
|
||||
Mark K. Kim <mkkim214@gmail.com>
|
||||
|
||||
* Mac install creates a DMG
|
||||
Robert Buj Gelonch <rbuj@users.sf.net>
|
||||
|
||||
* Other Improvements:
|
||||
-------------------
|
||||
* Reformatted source code via GNU Indent tool; should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue