Skip to content

Commit

Permalink
Added Exe Description
Browse files Browse the repository at this point in the history
  • Loading branch information
DhimanSarkar committed Dec 6, 2018
1 parent ac68ddc commit 281cc94
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
*.exe
18 changes: 9 additions & 9 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
This Project is under saveral licences.

The Licences can be found in the project root folder.

The Licence are listed below,
1. GNU GPL v3.0 -- LICENCE.gpl-3.0.md
2. Academic Free License v3.0 -- LICENCE.afl-3.0.md
3. Educational Community License v2.0 -- LICENCE.ecl-2.0.md
4. Non-Profit Open Software License v3.0 -- LICENCE.nposl-3.0.md
This Project is under saveral licences.

The Licences can be found in the project root folder.

The Licence are listed below,
1. GNU GPL v3.0 -- LICENCE.gpl-3.0.md
2. Academic Free License v3.0 -- LICENCE.afl-3.0.md
3. Educational Community License v2.0 -- LICENCE.ecl-2.0.md
4. Non-Profit Open Software License v3.0 -- LICENCE.nposl-3.0.md
27 changes: 27 additions & 0 deletions exe_description.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
1 VERSIONINFO
FILEVERSION 4, 0, 3, 17
PRODUCTVERSION 3, 0, 0, 0
FILEFLAGSMASK 0
FILEOS 0x40000
FILETYPE 1
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "Comments", "This app can be used to attach any icon.ico file to a removable media icon.\0"
VALUE "CompanyName", "Stan Lab\0"
VALUE "FileDescription", "This app can be used to attach any icon.ico file to a removable media icon.\0"
VALUE "FileVersion", "1.1.0.58 Beta\0"
VALUE "InternalName", "Removable-Media-Icon\0"
VALUE "LegalCopyright", "GNU GPL v3.0\0"
VALUE "OriginalFilename", "icon.exe\0"
VALUE "ProductName", "Removable Media Icon Linker\0"
VALUE "ProductVersion", "1.1.0 Beta\0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x409, 1200
}
}
Binary file added exe_description.res
Binary file not shown.
Binary file added icon.exe
Binary file not shown.

0 comments on commit 281cc94

Please sign in to comment.