We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946ae39 commit 11e9211Copy full SHA for 11e9211
scripts/build-client.ps1
@@ -31,6 +31,14 @@ if (!$?) {
31
exit 1
32
}
33
34
+# アイコンを変更する。
35
+# 参考: http://dev.onionsoft.net/trac/openhsp/browser/trunk/tools/win32/hsed3_footy2/PackIconResource.cpp
36
+cmd /c "`"$clientHspRoot/iconins.exe`" -e`"$workDir/src/knowbug_client/knowbug_client.exe`" -i`"$workDir/src/knowbug_client/knowbug_client.ico`""
37
+if (!$?) {
38
+ write-error 'knowbug_client のアイコン変更に失敗しました。'
39
+ exit 1
40
+}
41
+
42
# プロキシをビルドする。
43
& "$clientHspRoot/hsp3_make.exe" "$workDir/src/knowbug_client/kc_main_proxy.hsp" "$workDir/src/knowbug_client" $clientHspRoot | out-null
44
if (!$?) {
src/knowbug_client/knowbug_client.ico
9.44 KB
0 commit comments