File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ background_path = get_env BACKGROUND_PATH
739
739
version_path = get_env VERSION_PATH
740
740
version = readfile ${version_path}
741
741
version = trim_end ${version}
742
- dmg_path = set ./${final_dir}/${app_original_name}_${version}-beta_macos .dmg
742
+ dmg_path = set ./${final_dir}/${app_original_name}_${version}_macos .dmg
743
743
744
744
old_dmgs = glob_array "./${final_dir}/*.dmg"
745
745
for path in ${old_dmgs}
Original file line number Diff line number Diff line change @@ -9,18 +9,14 @@ import SwiftConsole 1.0
9
9
ApplicationWindow {
10
10
id: main
11
11
12
- function titleBetaTag () {
13
- return Qt .platform .os === " osx" ? " [Beta]" : " " ; // Add beta tag for mac.
14
- }
15
-
16
12
Material .accent : Constants .swiftOrange
17
13
width: Globals .width
18
14
minimumWidth: Globals .minimumWidth
19
15
height: Globals .height
20
16
minimumHeight: Globals .minimumHeight
21
17
font .pixelSize : Constants .mediumPixelSize
22
18
visible: true
23
- title: (loggingBar .sbpRecording ? " [L] " : " " ) + statusBar .title + titleBetaTag ()
19
+ title: (loggingBar .sbpRecording ? " [L] " : " " ) + statusBar .title
24
20
color: Constants .swiftWhite
25
21
Component .onCompleted : {
26
22
this .x = Screen .width / 2 - width / 2 ;
You can’t perform that action at this time.
0 commit comments