Coder Social home page Coder Social logo

godot.msi's Introduction

godot.msi

Test build scripts for godot tools msi packages

To compile MSI you will need:

  1. Wix Toolset to be installed
  2. Add toolset bin folder to system PATH variable (mine was under C:\Program Files (x86)\WiX Toolset v3.11\bin)
  3. Clone this repository.
  4. Drop in prebuilt godot.windows.tools.64.exe
  5. Drop in prepared godot.ico (have used ImageMagic to convert png to ico with command magick convert icon.png -define icon:auto-resize=256,128,64,48,32,16 godot.ico)
  6. Open command prompt and run candle godot.wxs -dexe_path="godot.windows.tools.64.exe" -dversion="3.0.0.0"
  7. And then light godot.wixobj

Note that we set variable exe_path to be used by preprocessor by prefixing it with -d.

Important

  • Only Major.Minor.Build version number parts matter in MSI versioning (and is limited to [0-255].[0-255].[0-65535]).
  • All GUID's used should be upper case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.