diff --git a/ForrestHub-app/assets/img/ForrestHub-icon.ico b/ForrestHub-app/assets/img/ForrestHub-icon.ico new file mode 100644 index 0000000..a6d1392 Binary files /dev/null and b/ForrestHub-app/assets/img/ForrestHub-icon.ico differ diff --git a/ForrestHub-app/pyinstaller.spec b/ForrestHub-app/pyinstaller.spec index 4f10abb..dca6443 100644 --- a/ForrestHub-app/pyinstaller.spec +++ b/ForrestHub-app/pyinstaller.spec @@ -60,5 +60,5 @@ exe = EXE( target_arch=None, codesign_identity=None, entitlements_file=None, - icon='assets/img/forrestHubIcon.ico' + icon='assets/img/ForrestHub-icon.ico' ) \ No newline at end of file