ful1e5 / apple_cursor

Free & Open source macOS Cursors.
GNU General Public License v3.0
1.16k stars 62 forks source link

install.inf file not found #93

Closed HarshDivineAuthor closed 10 months ago

HarshDivineAuthor commented 1 year ago

can't find this file

ful1e5 commented 1 year ago

The latest cursor can be downloaded from the release page.

To install the cursor on Windows, you need the install.inf file, which can be found inside the .zip file. The directory structure of the .zip file should look like this:

📁 macOS-BigSur-Windows
├─ 📁 macOS-BigSur-Extra-Large-Windows
│  ├─ 📃 install.inf
│  ├─ 📃 uninstall.bat
│  └─ ....
├─ 📁 macOS-BigSur-Large-Windows
│  ├─ 📃 install.inf
│  ├─ 📃 uninstall.bat
│  └─ ....
├─ 📁 macOS-BigSur-Regular-Windows
│  ├─ 📃 install.inf
│  ├─ 📃 uninstall.bat
│  └─ ....
└─ 📁 macOS-BigSur-Small-Windows
   ├─ 📃 install.inf
   ├─ 📃 uninstall.bat
   └─ ....

For Linux, follow the instructions in the README.

ful1e5 commented 10 months ago

Closing due to inactivity. Can reopen later.