Skip to content

Commit

Permalink
fix MOZ_APP_NAME
Browse files Browse the repository at this point in the history
Signed-off-by: Rajdeep Malakar <rajdeepm.dev@gmail.com>
  • Loading branch information
rustdevbtw authored Jul 17, 2024
1 parent faa39c3 commit 9116ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/moz.configure/init.configure
Original file line number Diff line number Diff line change
Expand Up @@ -1304,8 +1304,8 @@ def moz_app_basename(value, target_is_android):
if value:
return value[0]
if target_is_android:
return "Fennec"
return "Firefox"
return "FlameDroid"
return "FlameWolf"


set_config(
Expand Down

0 comments on commit 9116ef5

Please sign in to comment.