Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

584 dexbot installer #626

Merged
merged 67 commits into from
Jul 8, 2019
Merged

584 dexbot installer #626

merged 67 commits into from
Jul 8, 2019

Commits on Jul 7, 2019

  1. Add windows installer

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    eff1f3c View commit details
    Browse the repository at this point in the history
  2. Add variables, adjust texts

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    f273594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c4167f View commit details
    Browse the repository at this point in the history
  4. Remove duplicated key

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    56f7d35 View commit details
    Browse the repository at this point in the history
  5. Remove duplicated key

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    0d67b2b View commit details
    Browse the repository at this point in the history
  6. move image to top

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    e274fcb View commit details
    Browse the repository at this point in the history
  7. remove platform

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    d24d61a View commit details
    Browse the repository at this point in the history
  8. adjust path

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    a6fa6e0 View commit details
    Browse the repository at this point in the history
  9. change to vs 2015

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    fe97c8c View commit details
    Browse the repository at this point in the history
  10. remove nuget restore

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    76c4030 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4c4fcf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c96524 View commit details
    Browse the repository at this point in the history
  13. Change artifact path

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    f75721b View commit details
    Browse the repository at this point in the history
  14. change copy script

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    e737c5c View commit details
    Browse the repository at this point in the history
  15. always copy script executable

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    dc3e20e View commit details
    Browse the repository at this point in the history
  16. revert executable location

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    0ca2e2c View commit details
    Browse the repository at this point in the history
  17. change artifact path

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    1347cfe View commit details
    Browse the repository at this point in the history
  18. set version by env var

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    5882e26 View commit details
    Browse the repository at this point in the history
  19. change build order

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    f3470c5 View commit details
    Browse the repository at this point in the history
  20. output dir

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    ec51c74 View commit details
    Browse the repository at this point in the history
  21. further output

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    a639b8c View commit details
    Browse the repository at this point in the history
  22. fix output commands

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    650a0a2 View commit details
    Browse the repository at this point in the history
  23. copy correct file

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    bac5c80 View commit details
    Browse the repository at this point in the history
  24. echo version

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    bc2ddd2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f76c409 View commit details
    Browse the repository at this point in the history
  26. fix command line

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    2b72e15 View commit details
    Browse the repository at this point in the history
  27. update path to file

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    9457529 View commit details
    Browse the repository at this point in the history
  28. update path #2

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    f7b295a View commit details
    Browse the repository at this point in the history
  29. use double %

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    bf6e103 View commit details
    Browse the repository at this point in the history
  30. Change project preprocessor vars

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    22513bb View commit details
    Browse the repository at this point in the history
  31. add before build to set vars

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    1dc7a9d View commit details
    Browse the repository at this point in the history
  32. add comment in init.py

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    70ea2f3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    adcbdaf View commit details
    Browse the repository at this point in the history
  34. rename applicationversion to version

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    cc059fd View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f4597b7 View commit details
    Browse the repository at this point in the history
  36. change msi project file

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    3517439 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d133e6e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9120b8b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ff19ced View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8760c1a View commit details
    Browse the repository at this point in the history
  41. use double slash

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    0d3ca84 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0dcc177 View commit details
    Browse the repository at this point in the history
  43. remove obsolete code

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    fa19500 View commit details
    Browse the repository at this point in the history
  44. Add new dexbot logo

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    781b946 View commit details
    Browse the repository at this point in the history
  45. Add border to icon

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    a6d2bc3 View commit details
    Browse the repository at this point in the history
  46. Change application icon

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    663a766 View commit details
    Browse the repository at this point in the history
  47. Add whitespaces

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    cae243b View commit details
    Browse the repository at this point in the history
  48. Review findings

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    c1af876 View commit details
    Browse the repository at this point in the history
  49. remove line

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    c3583a5 View commit details
    Browse the repository at this point in the history
  50. update variable script

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    dd8742f View commit details
    Browse the repository at this point in the history
  51. change var script

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    992e17e View commit details
    Browse the repository at this point in the history
  52. add if statement

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    12ec690 View commit details
    Browse the repository at this point in the history
  53. trim var

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    98935bf View commit details
    Browse the repository at this point in the history
  54. fix path

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    a92d1f3 View commit details
    Browse the repository at this point in the history
  55. Fix path to init file

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    66dbbf6 View commit details
    Browse the repository at this point in the history
  56. Remove obsolete code

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    37f4082 View commit details
    Browse the repository at this point in the history
  57. Add DEXBot executable to gitignore

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    6b7ae83 View commit details
    Browse the repository at this point in the history
  58. Replace # with - in license

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    c88c827 View commit details
    Browse the repository at this point in the history
  59. Ignore Dexbot.exe in specific installer gitignore

    Dominic Zettl authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    b466e56 View commit details
    Browse the repository at this point in the history
  60. fix rename file name, remove python

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    c95b098 View commit details
    Browse the repository at this point in the history
  61. Fix filedownload script

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    fce25b8 View commit details
    Browse the repository at this point in the history
  62. Change file name of executable

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    39b99e5 View commit details
    Browse the repository at this point in the history
  63. Fix path of rename script

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    4a2832b View commit details
    Browse the repository at this point in the history
  64. Fix path for rename

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    c17b0e3 View commit details
    Browse the repository at this point in the history
  65. use ps env var

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    14158ba View commit details
    Browse the repository at this point in the history
  66. Install uptick not per machine

    dominic22 authored and bitphage committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    47bb0bf View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    74c37cf View commit details
    Browse the repository at this point in the history