Skip to content

Commit a58a6ba

Browse files
committed
WinSetup: change GUID
Readme: add build status of AppVeyor Signed-off-by: William Bonnaventure <[email protected]>
1 parent f430d8d commit a58a6ba

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
A Fountain editor available on Linux.
33

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

67
## Install
78

mainwindow.ui

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ p, li { white-space: pre-wrap; }
113113
<x>0</x>
114114
<y>0</y>
115115
<width>1000</width>
116-
<height>20</height>
116+
<height>27</height>
117117
</rect>
118118
</property>
119119
<widget class="QMenu" name="menuFile">
@@ -138,15 +138,8 @@ p, li { white-space: pre-wrap; }
138138
<addaction name="actionItalic"/>
139139
<addaction name="actionUnderline"/>
140140
</widget>
141-
<widget class="QMenu" name="menuScript">
142-
<property name="title">
143-
<string>Sc&amp;ript</string>
144-
</property>
145-
<addaction name="actionNew_scene"/>
146-
</widget>
147141
<addaction name="menuFile"/>
148142
<addaction name="menuEdit"/>
149-
<addaction name="menuScript"/>
150143
</widget>
151144
<widget class="QStatusBar" name="statusBar"/>
152145
<widget class="QToolBar" name="toolBar">

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; NOTE: The value of AppId uniquely identifies this application.
1111
; Do not use the same AppId value in installers for other applications.
1212
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
13-
AppId={{A14839A5-982A-4853-BD3F-3BDB8509F8CA}
13+
AppId={{A14879A5-982A-4853-BD7F-3BDB7529F9CF}
1414
AppName={#MyAppName}
1515
AppVersion={#MyAppVersion}
1616
;AppVerName={#MyAppName} {#MyAppVersion}

0 commit comments

Comments
 (0)