mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Show pre-release dialog also for source-tree self-builds
This commit is contained in:
parent
d70245daa9
commit
cdbf8ee160
1 changed files with 2 additions and 2 deletions
|
|
@ -371,8 +371,8 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
|||
|
||||
|
||||
if (string (VERSIONSTRING).find (".pre") != string::npos) {
|
||||
/* check this is not being run from ./ardev etc. */
|
||||
if (!running_from_source_tree ()) {
|
||||
string fn = Glib::build_filename (user_config_directory(), ".i_swear_that_i_will_heed_the_guidelines_stated_in_the_pre_release_dialog");
|
||||
if (!Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
||||
pre_release_dialog ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue