Skip to content

Commit

Permalink
chore: app not found message
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunk committed Jan 28, 2024
1 parent dd34e4e commit 1177120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/me/rhunk/snapenhance/SnapEnhance.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SnapEnhance {
runCatching {
appContext.androidContext.packageManager.getApplicationInfoCompat(BuildConfig.APPLICATION_ID, PackageManager.GET_META_DATA)
}.onFailure {
appContext.crash("SnapEnhance bridge service is not installed. Please download stable version from https://github.com/rhunk/SnapEnhance/releases")
appContext.crash("SnapEnhance app is not installed. Please download a build from github.com/rhunk/SnapEnhance")
return@hook
}

Expand Down

0 comments on commit 1177120

Please sign in to comment.