14 lines
629 B
Diff
14 lines
629 B
Diff
|
diff --git a/src/Views/AppCenterView.vala b/src/Views/AppCenterView.vala
|
||
|
index 16cd18b..5895897 100644
|
||
|
--- a/src/Views/AppCenterView.vala
|
||
|
+++ b/src/Views/AppCenterView.vala
|
||
|
@@ -55,7 +55,7 @@ public class Onboarding.AppCenterView : AbstractOnboardingView {
|
||
|
appcenter_button.clicked.connect (() => {
|
||
|
try {
|
||
|
var appcenter = AppInfo.create_from_commandline (
|
||
|
- "io.elementary.appcenter",
|
||
|
+ "@appcenter@/bin/io.elementary.appcenter",
|
||
|
"AppCenter",
|
||
|
AppInfoCreateFlags.SUPPORTS_STARTUP_NOTIFICATION
|
||
|
);
|