Skip to content

Commit

Permalink
Update .desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
skykeyjoker committed Jul 1, 2020
1 parent 1298450 commit ccaaba8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD_ASSISTANT.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.12.3, 2020-07-01T16:17:43. -->
<!-- Written by QtCreator 4.12.3, 2020-07-01T17:02:54. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -75,7 +75,7 @@
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{15d919fc-fe2d-45d3-b0ef-f276793540e6}</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
Expand Down Expand Up @@ -318,7 +318,7 @@
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
<value type="QString" key="RunConfiguration.WorkingDirectory"></value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/home/skykey/CODE/Qt/build-PKGBUILD_ASSISTANT-Desktop-Debug</value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/home/skykey/CODE/Qt/build-PKGBUILD_ASSISTANT-Desktop-Release</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
</valuemap>
Expand Down
10 changes: 10 additions & 0 deletions pkgbuild-assistant.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=PKGBUILD Assistant
Comment=An auxiliary tool for writing PKGBUILD files developed using the Qt5 framework.
GenericName=PKGBUILD Assistant
Exec=pkgbuild-assistant
Icon=pkgbuild-assistant
StartupNotify=true
Terminal=false
Type=Application
Categories=Qt;KDE;Utility;

0 comments on commit ccaaba8

Please sign in to comment.