Skip to content

Commit

Permalink
WinSetup: change GUID
Browse files Browse the repository at this point in the history
Readme: add build status of AppVeyor

Signed-off-by: William Bonnaventure <[email protected]>
  • Loading branch information
Aztorius committed Jul 29, 2017
1 parent f430d8d commit a58a6ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
A Fountain editor available on Linux.

[![Build Status](https://travis-ci.org/Aztorius/magicfountain.svg?branch=master)](https://travis-ci.org/Aztorius/magicfountain)
[![Build status](https://ci.appveyor.com/api/projects/status/2jbbo67va29cjoxw?svg=true)](https://ci.appveyor.com/project/Aztorius/magicfountain)

## Install

Expand Down
9 changes: 1 addition & 8 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ p, li { white-space: pre-wrap; }
<x>0</x>
<y>0</y>
<width>1000</width>
<height>20</height>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
Expand All @@ -138,15 +138,8 @@ p, li { white-space: pre-wrap; }
<addaction name="actionItalic"/>
<addaction name="actionUnderline"/>
</widget>
<widget class="QMenu" name="menuScript">
<property name="title">
<string>Sc&amp;ript</string>
</property>
<addaction name="actionNew_scene"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuScript"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{A14839A5-982A-4853-BD3F-3BDB8509F8CA}
AppId={{A14879A5-982A-4853-BD7F-3BDB7529F9CF}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
Expand Down

0 comments on commit a58a6ba

Please sign in to comment.