Skip to content

Commit

Permalink
add-missing-files
Browse files Browse the repository at this point in the history
  • Loading branch information
idk committed Jan 5, 2020
1 parent 95a79f0 commit a7cccf0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions anonvpn.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="0.0.32.01"
name="anonvpn.exe"
type="win32"
/>
<description>VPN</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="highestAvailable" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Binary file added cmd/anonvpn/anonvpn.apk
Binary file not shown.
Binary file added cmd/anonvpn/anonvpn.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions syso.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"manifest": {
"name": "anonvpn.exe",
"path": "anonvpn.exe.manifest"
}
}

0 comments on commit a7cccf0

Please sign in to comment.