Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
Create missing files and directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Sep 15, 2011
1 parent 8bce526 commit 604974c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make-installer.sh
Expand Up @@ -4,6 +4,7 @@ builddir=build-win32
nsisdir=build-nsis

# Build
mkdir -p $nsisdir
mkdir -p $builddir ; cd $builddir

# Různé edice programu
Expand All @@ -21,7 +22,8 @@ make -j3 || exit 1
cd ..

# Vytvoření adresáře pro tvoření instaláku, naplnění soubory
mkdir -p $nsisdir ; cd $nsisdir
cd $nsisdir
cp ../CHANGELOG.txt . || exit 1
cp ../$builddir/src/absencoid.exe . || exit 1

# Osekání HTML z disclaimeru, spojení s changelogem do jednoho souboru
Expand Down

0 comments on commit 604974c

Please sign in to comment.