linux: Add scripts and data files to the project

This commit is contained in:
Hylke Bons 2018-04-14 12:24:39 +01:00
parent 307ed338c8
commit f9c60cbd39
3 changed files with 5 additions and 2 deletions

View file

@ -134,6 +134,11 @@
<None Include="..\Common\Presets\planio%402x.png">
<Link>Presets\planio%402x.png</Link>
</None>
<None Include="org.sparkleshare.SparkleShare.appdata.xml" />
<None Include="org.sparkleshare.SparkleShare.desktop" />
<None Include="org.sparkleshare.SparkleShare.Invites.desktop" />
<None Include="SparkleShare.Autostart.desktop" />
<None Include="sparkleshare.in" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controller.cs" />

View file

@ -5,4 +5,3 @@ Exec=sparkleshare open %U
Terminal=false
MimeType=application/x-sparkleshare;x-scheme-handler/sparkleshare;
NoDisplay=true

View file

@ -19,4 +19,3 @@ case $1 in
mono "@ABS_INSTALL_DIR@/SparkleShare.exe" $2
;;
esac