From c01abd7a9ab8e31acc8a7f1c27841a128d6ae9c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Jun 2013 11:12:02 +0100 Subject: Fix typo in installer script preventing uninstaller from removing the batch converter link from the desktop. --- platform/windows/installer.nsi.32.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/windows/installer.nsi.32.in b/platform/windows/installer.nsi.32.in index 81de3a25c..9f38c925b 100644 --- a/platform/windows/installer.nsi.32.in +++ b/platform/windows/installer.nsi.32.in @@ -134,7 +134,7 @@ Section "Uninstall" RMDir /r "$INSTDIR\*.*" RMDir "$INSTDIR" Delete "$DESKTOP\DVD-o-matic.lnk" -Delete "$DESKTOP\DVD-o-matic bach converter.lnk" +Delete "$DESKTOP\DVD-o-matic batch converter.lnk" Delete "$DESKTOP\DVD-o-matic encode server.lnk" Delete "$SMPROGRAMS\DVD-o-matic\*.*" RmDir "$SMPROGRAMS\DVD-o-matic" -- cgit v1.2.3 From 71266e2361c255785c1b70e9d030c3156519c781 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Jun 2013 21:39:08 +0100 Subject: Tweak dmg window. --- platform/osx/make_dmg.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform') diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index d9e36c390..c52d1e9eb 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -95,13 +95,13 @@ echo ' set current view of container window to icon view set toolbar visible of container window to false set statusbar visible of container window to false - set the bounds of container window to {400, 200, 800, 440} + set the bounds of container window to {400, 200, 790, 410} set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 64 make new alias file at container window to POSIX file "/Applications" with properties {name:"Applications"} - set position of item "DVD-o-matic.app" of container window to {90, 100} - set position of item "Applications" of container window to {310, 100} + set position of item "DVD-o-matic.app" of container window to {90, 80} + set position of item "Applications" of container window to {310, 80} close open update without registering applications -- cgit v1.2.3 From 26251e892bfb51c774c93290bd2d81c1239453bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Jun 2013 23:40:38 +0100 Subject: Debugging. --- platform/osx/make_dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index c52d1e9eb..f757eda34 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -70,7 +70,7 @@ for obj in $WORK/$macos/dvdomatic $WORK/$libs/*.dylib; do fi done - +pwd cp build/platform/osx/Info.plist $WORK/$approot cp icons/dvdomatic.icns $WORK/$resources/DVD-o-matic.icns -- cgit v1.2.3 From 96721a3afd47e171c4c82120cdb26e9679b0f89a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Jun 2013 21:24:33 +0100 Subject: Add makedcp to windows installs. --- platform/windows/installer.nsi.32.in | 1 + platform/windows/installer.nsi.64.in | 1 + 2 files changed, 2 insertions(+) (limited to 'platform') diff --git a/platform/windows/installer.nsi.32.in b/platform/windows/installer.nsi.32.in index 9f38c925b..dbe408564 100644 --- a/platform/windows/installer.nsi.32.in +++ b/platform/windows/installer.nsi.32.in @@ -84,6 +84,7 @@ File "%binaries%/src/wx/dvdomatic-wx.dll" File "%binaries%/src/lib/dvdomatic.dll" File "%binaries%/src/tools/dvdomatic.exe" File "%binaries%/src/tools/dvdomatic_batch.exe" +File "%binaries%/src/tools/makedcp.exe" File "%binaries%/src/tools/servomatic_cli.exe" File "%binaries%/src/tools/servomatic_gui.exe" diff --git a/platform/windows/installer.nsi.64.in b/platform/windows/installer.nsi.64.in index f2d79704b..7727207d8 100644 --- a/platform/windows/installer.nsi.64.in +++ b/platform/windows/installer.nsi.64.in @@ -94,6 +94,7 @@ File "%binaries%/src/wx/dvdomatic-wx.dll" File "%binaries%/src/lib/dvdomatic.dll" File "%binaries%/src/tools/dvdomatic.exe" File "%binaries%/src/tools/dvdomatic_batch.exe" +File "%binaries%/src/tools/makedcp.exe" File "%binaries%/src/tools/servomatic_cli.exe" File "%binaries%/src/tools/servomatic_gui.exe" -- cgit v1.2.3