Commit graph

56 commits

Author SHA1 Message Date
Manfred Karrer
7fc485dd88 update build file structure, add win ico 2015-03-04 01:44:20 +01:00
Manfred Karrer
6b4f528f47 UpdateFX with maven build (tested only on mac) 2015-02-27 23:47:23 +01:00
Chris Beams
80990fab50
Increment development version to 0.1.1-SNAPSHOT 2014-12-15 10:58:41 +01:00
Chris Beams
533c6ba676
Configure the inclusion of missing .dll files 2014-11-28 11:32:21 +01:00
Chris Beams
040571421a
Customize AppId and PublicationUrl entries 2014-11-28 11:32:21 +01:00
Chris Beams
8db981c138
Add Bitsquare.iss file as produced by javapackager
This file was produced by adding a `-v` flag following the `-deploy`
flag in `package/windows.bat`. The creation of the file is reported by
javapackager as follows:

    Config files are saved to
    C:\Users\CBEAMS~1.WIN\AppData\Local\Temp\fxbundler5661616451276716144\windows.
    Use them to customize package.

Subsequent commits will customize this file, primarily for the purpose
of avoid the dreaded 'missing dll' errors mentioned originally in
d16c274 and detailed at https://bitbucket.org/shemnon/javafx-gradle/issue/43.
2014-11-28 11:32:20 +01:00