source: opengl-game/deploy/OpenGLGame.iss@ f71d87d

feature/imgui-sdl points-test
Last change on this file since f71d87d was f71d87d, checked in by Dmitry Portnoy <dmp1488@…>, 6 years ago

Start changing the laser fragment shader to allow each laser to be drawn in a different color, and start creating release scripts for different platforms.

  • Property mode set to 100644
File size: 314 bytes
Line 
1[Setup]
2AppName=OpenGLGame
3AppVersion=0.1
4DefaultDirName={pf}\OpenGLGame
5DefaultGroupName=OpenGLGame
6Compression=lzma2
7SolidCompression=yes
8OutputDir=userdocs:Inno Setup Examples Output
9
10[Files]
11Source: "Debug\OpenGLGame.exe"; DestDir: "{app}"
12
13[Icons]
14Name: "{group}\OpenGLGame"; Filename: "{app}\OpenGLGame.exe"
Note: See TracBrowser for help on using the repository browser.