mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #8441 from KenJPH/fix-versioncode
Fix versionCode dummy value
This commit is contained in:
@ -123,5 +123,5 @@ def getBuildVersionCode() {
|
||||
logger.error('Cannot find git, defaulting to dummy version number')
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user