Add 'make deb'

This commit is contained in:
Jonas Kvinge
2018-07-16 02:57:57 +02:00
parent dc91f19f30
commit e181b47e3f
4 changed files with 11 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ BEGIN
VALUE "FileDescription", "Strawberry Music Player"
VALUE "FileVersion", "${STRAWBERRY_VERSION_DISPLAY}"
VALUE "InternalName", "strawberry"
VALUE "LegalCopyright", "David Sansome / Jonas Kvinge"
VALUE "OriginalFilename", "strawberry.exe"
VALUE "ProductName", "Strawberry"
VALUE "ProductVersion", "${STRAWBERRY_VERSION_DISPLAY}"
@@ -20,6 +19,6 @@ BEGIN
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1252
VALUE "Translation", 0x0809, 1252
END
END