Skip to content

Commit

Permalink
adding resources for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ehrhart authored and Matthew Ehrhart committed Apr 12, 2022
1 parent 932aa9d commit f1f2b81
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
.DS_Store
scraps.rs
.DS_Store

12 changes: 12 additions & 0 deletions src/resources/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>Yafda</string>
<key>CFBundleExecutable</key>
<string>minty</string>
<key>CFBundleIconFile</key>
<string>icon.ico</string>
</dict>
</plist>
Binary file added src/resources/icon.ico
Binary file not shown.
Binary file added src/resources/merged.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/resources/resources.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APPICON ICON icon.ico

0 comments on commit f1f2b81

Please sign in to comment.