Skip to content

Commit

Permalink
Add metadata into packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp committed May 31, 2019
1 parent 8675b73 commit bbe2e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -24,7 +24,7 @@ schemafiles_DATA = \
autoyast-rnc/audit-laf.rnc

desktop_DATA = \
desktop/audit-laf.desktop
desktop/org.openSUSE.YaST.AuditLAF.desktop

symbolicdir = @icondir@/hicolor/symbolic/apps
symbolic_DATA = \
Expand Down
2 changes: 1 addition & 1 deletion src/include/audit-laf/wizards.rb
Expand Up @@ -188,7 +188,7 @@ def MainSequence
Label.FinishButton
)
Wizard.DisableBackButton
Wizard.SetDesktopTitleAndIcon("audit-laf")
Wizard.SetDesktopTitleAndIcon("org.openSUSE.YaST.AuditLAF")

CWM.Run(w, { :abort => fun_ref(method(:ReallyAbort), "boolean ()") })
end
Expand Down

0 comments on commit bbe2e1b

Please sign in to comment.