Skip to content

Commit

Permalink
added fav.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
hmasum52 committed Jan 8, 2023
1 parent 63e37f3 commit 50676b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="release/win/fullcopy.exe"
export_path="release/win/save-the-princess.exe"
script_export_mode=1
script_encryption_key=""

Expand All @@ -32,10 +32,10 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/modify_resources=true
application/icon=""
application/file_version=""
application/icon="res://fav.ico"
application/file_version="1.0.0.2"
application/product_version=""
application/company_name=""
application/company_name="BUET Fullcopy"
application/product_name=""
application/file_description=""
application/copyright=""
Expand Down
Binary file added fav.ico
Binary file not shown.
1 change: 1 addition & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ _global_script_class_icons={
config/name="Fullcopy"
run/main_scene="res://World/World1.tscn"
config/icon="res://icon.png"
config/windows_native_icon="res://fav.ico"

[autoload]

Expand Down

0 comments on commit 50676b5

Please sign in to comment.