Skip to content

Commit

Permalink
Make the installer package self-contained.
Browse files Browse the repository at this point in the history
Don't reach out for resources from DMDirc as it doesn't make
much sense when providing a --jar.

Change-Id: I2c5b12c0d48ae386ee095e4d845616f35663a31e
Reviewed-on: http://gerrit.dmdirc.com/3351
Reviewed-by: Greg Holmes <[email protected]>
Automatic-Compile: DMDirc Build Manager
  • Loading branch information
csmith authored and DMDirc Build Manager committed Mar 11, 2014
1 parent bd4dc5e commit 2def3eb
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makeDEB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fi;
# Copy in the debian rules
mkdir -p "${BUILDDIR}/debian"
cp -Rfv "${DEBDIR}/"* .
cp -Rfv ../../../src/com/dmdirc/res/source/logo.svg icon.svg
cp -Rfv ../res/logo.svg icon.svg

# Include function for creating Debain Versions
. "${DEBDIR}/debianVersion.sh";
Expand Down
2 changes: 1 addition & 1 deletion makeNSIS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ cp "${JAR}" "windows/files/DMDirc.jar"
cd windows/files

# Copy the icon
cp ../../../../src/com/dmdirc/res/icon.ico icon.ico
cp ../../res/icon.ico icon.ico

cd ..

Expand Down
Binary file added res/icon.ico
Binary file not shown.
93 changes: 93 additions & 0 deletions res/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2def3eb

Please sign in to comment.