hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.88k stars 576 forks source link

2.0 build for Windows? #1781

Closed olegstepura closed 6 years ago

olegstepura commented 7 years ago

Hi!

First, thanks for great software! I found out that version 2.0 is already fixed. Any chance to get binary distribution of 2.0 for Windows?

Thanks!

olegstepura commented 7 years ago

Hi!

FYI: I tried building current master myself, but there is a lot of issues with build instructions/scripts.

Also I have to notice that instead of copying C:\Program Files\Git to [sources]\bin\msysgit it's ok to make a symlink. From inside of [sources]\bin folder run:

mklink /D msysgit "c:\Program Files\Git"

Also since I already have msysgit installed, I prefer to remove msysgit folder from installed SparkleShare dir and create a symlink there as well.

2017-10-04 22_40_06-about sparkleshare

BarryThePenguin commented 7 years ago

I've been working on https://github.com/BarryThePenguin/sparkleshare/tree/new-squirrel to get a version of SparkleShare for Windows working without WIX.

My plan was to get nightly Windows builds setup, with automatic updates with Squirrel for Windows. Similar to #1572

I think the current build processes has too many manual steps, a lot of which can be automated.

olegstepura commented 7 years ago

@BarryThePenguin that is cool, but releasing current 2.0 version installer even made with WIX would be welcomed by community

hbons commented 6 years ago

Tracked in #1743.