Skip to content

Commit

Permalink
add welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Oct 29, 2024
1 parent 10119d1 commit 2be16f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rufus.c
Original file line number Diff line number Diff line change
Expand Up @@ -2053,6 +2053,7 @@ static void InitDialog(HWND hDlg)
uprintf(timestamp);
}
}
uprintf("Welcome to the Reliable USB Formatting Utility!");
uprintf(APPLICATION_NAME " " APPLICATION_ARCH " v%d.%d.%d%s%s", rufus_version[0], rufus_version[1], rufus_version[2],
IsAlphaOrBeta(), (ini_file != NULL)?"(Portable)": (appstore_version ? "(AppStore version)" : ""));
// Display a notice if running x86 emulation on ARM
Expand Down

0 comments on commit 2be16f8

Please sign in to comment.