Skip to content

Commit

Permalink
Fix formatting in launcher.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
elieux committed Mar 19, 2016
1 parent b81f4dd commit 2716832
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
root = true

[*.{c,h}]
[*.{c,h,rc}]
indent_style = tab
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_realname="msys2-launcher"
pkgname=("${_realname}-git")
pkgver=0.3.17.1a1c586
pkgver=0
pkgrel=1
pkgdesc="Helper for launching MSYS2 shells"
arch=('x86_64' 'i686')
Expand All @@ -13,12 +13,12 @@ makedepends=('mingw-w64-cross-gcc')
source=(launcher.{c,ini,rc} {macros,version}.h Makefile {mingw32,mingw64,msys2}.ico)
md5sums=('e21db11d21f95aab30966a8c528efd9b'
'7ab96cb34fef046e4839e270f9397a32'
'3a3c9fd8d083716e5efd759641eb4f31'
'ab120945eeb054873a3f654c418ec09d'
'57a40ae9972dac94df0830a1ab480895'
'fef245f65b6826502b953b81fb397d97'
'8d3fa1f8eb06343a13b72299c164f6cd'
'797a8ea3012b22705caadcb17b1291c2'
'0237b204a9d09dcadc955b435cefd311'
'f883b6c860cc756c6b5773c9be469bea'
'd76d9f24036c8f906bcb57e487614597'
'292ad5cdd78abac9d694cc06819a96fc')

pkgver() {
Expand Down
26 changes: 13 additions & 13 deletions launcher.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
1 VERSIONINFO
FILEVERSION VER_MAJOR,VER_MINOR,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "ProductName", "MSYS2"
VALUE "FileDescription", "MSYS2 " STRINGIFY_A(MSYSTEM) " shell launcher"
VALUE "FileVersion", STRINGIFY_A(VER_MAJOR) "." STRINGIFY_A(VER_MINOR)
END
END
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "ProductName", "MSYS2"
VALUE "FileDescription", "MSYS2 " STRINGIFY_A(MSYSTEM) " shell launcher"
VALUE "FileVersion", STRINGIFY_A(VER_MAJOR) "." STRINGIFY_A(VER_MINOR)
END
END

BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END

id ICON STRINGIFY_A(ICONFILE)

0 comments on commit 2716832

Please sign in to comment.