Skip to content
  1. Nov 14, 2019
    • Yuanle Song's avatar
      mbackup.msi works on dev node. · a00a1c3c
      Yuanle Song authored
      - renmaed mbackup-for-windows.fsproj to mbackup.fsproj
        this file name is the project name. now exe is named mbackup.exe
      - use framework dependent release.
      - include rsync-mingw in one msi
      - use installed rsync and ssh path in Program.fs
      a00a1c3c
    • Yuanle Song's avatar
      WIP build msi using wix. · d2bd4ec4
      Yuanle Song authored
      - introduced wix, make
      - rsync-mingw64.msi works
      - I decide to include rsync inside mbackup.msi, and install it in
        the same app dir. So this working rsync-mingw64.msi config will
        be removed in next commit.
      d2bd4ec4