Browse Source

Update makeInstallerOSX.sh, rename from osx/osx to osx/res


git-svn-id: http://svn.dmdirc.com/trunk@3549 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
90ea34cd87

+ 6
- 6
installer/osx/makeInstallerOSX.sh View File

@@ -276,8 +276,8 @@ cp DMDirc.jar ${RESDIR}/Java/DMDirc.jar
276 276
 #	echo "[WARNING] Creating installer-less archive - relying on setup.sh"
277 277
 #fi
278 278
 
279
-if [ -e ${jarPath}"/src/com/dmdirc/res/osx/dmdirc.icns" ]; then
280
-	cp ${jarPath}"/src/com/dmdirc/res/osx/dmdirc.icns" ${RESDIR}/dmdirc.icns
279
+if [ -e ${jarPath}"/installer/osx/res/dmdirc.icns" ]; then
280
+	cp ${jarPath}"/installer/osx/res/dmdirc.icns" ${RESDIR}/dmdirc.icns
281 281
 fi
282 282
 
283 283
 if [ "${isRelease}" != "" ]; then
@@ -314,13 +314,13 @@ mv ${APPDIR} ${DMG}/
314 314
 # link to /Applications to allow easy drag and drop
315 315
 ln -sf /Applications ${DMG}/
316 316
 
317
-if [ -e ${jarPath}"/src/com/dmdirc/res/osx/VolumeIcon.icns" ]; then
318
-	cp -v ${jarPath}"/src/com/dmdirc/res/osx/VolumeIcon.icns" ${DMG}/.VolumeIcon.icns
317
+if [ -e ${jarPath}"/installer/osx/res/VolumeIcon.icns" ]; then
318
+	cp -v ${jarPath}"/installer/osx/res/VolumeIcon.icns" ${DMG}/.VolumeIcon.icns
319 319
 fi
320 320
 
321
-if [ -e ${jarPath}"/src/com/dmdirc/res/osx/Background.png" ]; then
321
+if [ -e ${jarPath}"/installer/osx/res/Background.png" ]; then
322 322
 	mkdir ${DMG}/.background
323
-	cp -v ${jarPath}"/src/com/dmdirc/res/osx/Background.png" ${DMG}/.background/background.png
323
+	cp -v ${jarPath}"/installer/osx/res/Background.png" ${DMG}/.background/background.png
324 324
 fi
325 325
 
326 326
 if [ -e ${PWD}/.DS_Store ]; then

installer/osx/osx/Background.png → installer/osx/res/Background.png View File


installer/osx/osx/DMDircVolumeIcon.png → installer/osx/res/DMDircVolumeIcon.png View File


installer/osx/osx/VolumeIcon.icns → installer/osx/res/VolumeIcon.icns View File


installer/osx/osx/VolumeIcon.png → installer/osx/res/VolumeIcon.png View File


installer/osx/osx/dmdirc.icns → installer/osx/res/dmdirc.icns View File


installer/osx/osx/logo128.png → installer/osx/res/logo128.png View File


installer/osx/osx/logo16.png → installer/osx/res/logo16.png View File


installer/osx/osx/logo256.png → installer/osx/res/logo256.png View File


installer/osx/osx/logo32.png → installer/osx/res/logo32.png View File


installer/osx/osx/logo512.png → installer/osx/res/logo512.png View File


Loading…
Cancel
Save