Skip to content

Commit 11e9211

Browse files
committed
feat: knowbug_client のアイコンを変更
アイコン: https://stockmaterial.net/animal/566/
1 parent 946ae39 commit 11e9211

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

scripts/build-client.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ if (!$?) {
3131
exit 1
3232
}
3333

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+
3442
# プロキシをビルドする。
3543
& "$clientHspRoot/hsp3_make.exe" "$workDir/src/knowbug_client/kc_main_proxy.hsp" "$workDir/src/knowbug_client" $clientHspRoot | out-null
3644
if (!$?) {

src/knowbug_client/knowbug_client.ico

9.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)