Changeset 130 in Main for trunk


Ignore:
Timestamp:
Sep 23, 2024, 7:25:58 PM (8 weeks ago)
Author:
Nishi
Message:

fix installer

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r129 r130  
    1818./Tool/genconf: ./Tool/genconf.c
    1919        cc -o $@ ./Tool/genconf.c
     20
     21./Tool/itworks: ./Tool/itworks.c
     22        cc -o $@ ./Tool/itworks.c
    2023
    2124./Server:: ./Common ./Tool/option
  • trunk/Server/tw_version.h

    r128 r130  
    44#define __TW_VERSION_H__
    55
    6 #define TW_VERSION "1.04\0"
     6#define TW_VERSION "1.04A\0"
    77
    88const char* tw_get_version(void);
  • trunk/installer.sh

    r129 r130  
    2323cp Server/tewi.exe tewi-service.exe
    2424cd Server
    25 ../Tool/genconf > ../generated.conf
     25../Tool/genconf "C:/Tewi" > ../generated.conf
    2626../Tool/itworks > ../itworks.html
    2727makensis -DVERSION=$VERSION install.nsi
     
    3939cp Server/tewi.exe tewi-service.exe
    4040cd Server
    41 ../Tool/genconf > ../generated.conf
     41../Tool/genconf "C:/Tewi" > ../generated.conf
    4242../Tool/itworks > ../itworks.html
    4343makensis -DVERSION=$VERSION install.nsi
Note: See TracChangeset for help on using the changeset viewer.