Skip to content

Commit f709dcd

Browse files
john-michaelburkeJason Mobarak
andauthored
Remove Mac [Beta] tag. (#571)
Co-authored-by: Jason Mobarak <[email protected]>
1 parent 27f9554 commit f709dcd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ background_path = get_env BACKGROUND_PATH
739739
version_path = get_env VERSION_PATH
740740
version = readfile ${version_path}
741741
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
743743
744744
old_dmgs = glob_array "./${final_dir}/*.dmg"
745745
for path in ${old_dmgs}

resources/view.qml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@ import SwiftConsole 1.0
99
ApplicationWindow {
1010
id: main
1111

12-
function titleBetaTag() {
13-
return Qt.platform.os === "osx" ? " [Beta]" : ""; // Add beta tag for mac.
14-
}
15-
1612
Material.accent: Constants.swiftOrange
1713
width: Globals.width
1814
minimumWidth: Globals.minimumWidth
1915
height: Globals.height
2016
minimumHeight: Globals.minimumHeight
2117
font.pixelSize: Constants.mediumPixelSize
2218
visible: true
23-
title: (loggingBar.sbpRecording ? "[L] " : " ") + statusBar.title + titleBetaTag()
19+
title: (loggingBar.sbpRecording ? "[L] " : " ") + statusBar.title
2420
color: Constants.swiftWhite
2521
Component.onCompleted: {
2622
this.x = Screen.width / 2 - width / 2;

0 commit comments

Comments
 (0)