Skip to content

Commit

Permalink
Last minute stuff; delete some PC-specific stuff after installing the
Browse files Browse the repository at this point in the history
 expansion packs...this was to avoid having to do another full release
 candidate.
  • Loading branch information
icculus committed Sep 14, 2004
1 parent 36fef0b commit 6a221d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mojopatch.c
Expand Up @@ -2127,6 +2127,18 @@ static int do_patching(void)
ui_total_progress(100);
if (!info_only())
{
/*
* last minute stuff: don't put some PC docs in there and
* touch the whole thing so file dates are updated.
*/
unlink("./docs/readme.txt");
unlink("./docs/NWNHordes_Manual.pdf");
unlink("./docs/NWN Hordes Install Guide.rtf");
unlink("./docs/HotUreadme.txt");
unlink("./docs/SoUreadme.txt");
unlink("./docs/NWN_SoU_OnlineManual.pdf");
system("touch -m -t 200407170745.00 'Neverwinter Nights.app'");

if (!quietonsuccess)
ui_success("Installation successful!");

Expand Down

0 comments on commit 6a221d8

Please sign in to comment.