Move the context menu entry because people are blind
This commit is contained in:
parent
0215d24e90
commit
a0347b9903
|
@ -1,6 +1,6 @@
|
|||
|
||||
#define VtuAppName "VirusTotal Uploader"
|
||||
#define VtuAppVersion "0.0.9"
|
||||
#define VtuAppVersion "installer"
|
||||
#define VtuAppPublisher "Samuel Tulach"
|
||||
#define VtuAppURL "https://github.com/SamuelTulach/VirusTotalUploader"
|
||||
#define VtuAppExeName "uploader.exe"
|
||||
|
@ -41,7 +41,10 @@ Source: "localization\*"; DestDir: "{app}\local"; Flags: ignoreversion
|
|||
|
||||
[Icons]
|
||||
Name: "{autoprograms}\{#VtuAppName}"; Filename: "{app}\{#VtuAppExeName}"
|
||||
Name: "{usersendto}\{#VtuAppName}"; Filename: "{app}\{#VtuAppExeName}"
|
||||
|
||||
[Registry]
|
||||
Root: "HKCR"; Subkey: "*\shell\Upload to VirusTotal"; ValueType: none; ValueName: ""; ValueData: ""; Flags: uninsdeletekey
|
||||
Root: "HKCR"; Subkey: "*\shell\Upload to VirusTotal\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#VtuAppExeName}"" ""%1"""; Flags: uninsdeletekey
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\{#VtuAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(VtuAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net46" />
|
||||
<package id="RestSharp" version="106.11.4" targetFramework="net46" />
|
||||
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net46" />
|
||||
<package id="RestSharp" version="106.13.0" targetFramework="net46" />
|
||||
</packages>
|
|
@ -42,11 +42,11 @@
|
|||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\darkui\DarkUI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="RestSharp, Version=106.11.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\RestSharp.106.11.4\lib\net452\RestSharp.dll</HintPath>
|
||||
<Reference Include="RestSharp, Version=106.13.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\RestSharp.106.13.0\lib\net452\RestSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
|
Loading…
Reference in New Issue