diff --git a/README.md b/README.md index 7940cf7..79aaff2 100644 --- a/README.md +++ b/README.md @@ -5,31 +5,19 @@ ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads-pre/AkshayKalose/Minesweeper-XP/total) ![GitHub Downloads (all assets, latest release)](https://img.shields.io/github/downloads-pre/AkshayKalose/Minesweeper-XP/latest/total) -Experience the classic Minesweeper XP (+ 98) on macOS, Windows, and Linux! +Experience the classic Minesweeper XP (+ 98 and 3.1) on macOS, Windows, and Linux! *Fun Fact*: After Windows 98, the tiles in Beginner mode increased from 8x8 to 9x9. ## Demo -![Demo](./demo/Grey.png) +![Demo](./demo/Demo.png) ## Installation | | macOS | Windows | Linux | |------------|---------------|---------------|------------------| | Standalone | [Download .zip](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-macOS-universal.app.zip) | [Download .zip](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-windows-amd64.zip) | [Download .tar.gz](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-linux-amd64.tar.gz) | -| Installer | [Download .pkg](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-macOS-universal-installer.pkg) | [Download .exe](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-windows-amd64-installer.exe) | | - -### macOS -For macOS, the app is currently not signed nor notarized. In order to open the application and avoid the `"Minesweeper XP.app" Not Opened` popup, you will need to open the Terminal application and run one of the following commands on the file you downloaded: - -``` -xattr -d com.apple.quarantine ~/Downloads/Minesweeper-XP-macOS-universal.app.zip -xattr -d com.apple.quarantine ~/Downloads/Minesweeper-XP-macOS-universal-installer.pkg -xattr -d com.apple.quarantine ~/Downloads/Minesweeper\ XP.app -xattr -d com.apple.quarantine /Applications/Minesweeper\ XP.app -``` - -Select the appropriate command to run based on the file you downloaded and/or extracted. You will only ever need to run one of these commands at most once, after downloading. The command will remove the `com.apple.quarantine` attribute from the downloaded file. +| Installer | [Download .dmg](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-macOS-universal-installer.dmg) | [Download .exe](https://github.com/AkshayKalose/Minesweeper-XP/releases/latest/download/Minesweeper-XP-windows-amd64-installer.exe) | | ## FAQ diff --git a/demo/Demo.png b/demo/Demo.png new file mode 100644 index 0000000..b60143e Binary files /dev/null and b/demo/Demo.png differ diff --git a/demo/Accent.png b/demo/v0.1.0/Accent.png similarity index 100% rename from demo/Accent.png rename to demo/v0.1.0/Accent.png diff --git a/demo/Blue.png b/demo/v0.1.0/Blue.png similarity index 100% rename from demo/Blue.png rename to demo/v0.1.0/Blue.png diff --git a/demo/Dark Grey.png b/demo/v0.1.0/Dark Grey.png similarity index 100% rename from demo/Dark Grey.png rename to demo/v0.1.0/Dark Grey.png diff --git a/demo/Green.png b/demo/v0.1.0/Green.png similarity index 100% rename from demo/Green.png rename to demo/v0.1.0/Green.png diff --git a/demo/Grey.png b/demo/v0.1.0/Grey.png similarity index 100% rename from demo/Grey.png rename to demo/v0.1.0/Grey.png diff --git a/demo/Orange.png b/demo/v0.1.0/Orange.png similarity index 100% rename from demo/Orange.png rename to demo/v0.1.0/Orange.png diff --git a/demo/Yellow.png b/demo/v0.1.0/Yellow.png similarity index 100% rename from demo/Yellow.png rename to demo/v0.1.0/Yellow.png diff --git a/wails.json b/wails.json index a79147d..3c9646c 100644 --- a/wails.json +++ b/wails.json @@ -13,8 +13,8 @@ "info": { "companyName": "Minesweeper XP", "productName": "Minesweeper XP", - "productVersion": "0.1.1", + "productVersion": "0.2.0", "copyright": "Copyright 2024 Akshay Kalose", - "comments": "The classic Minesweeper XP (+ 98) on macOS, Windows, and Linux." + "comments": "The classic Minesweeper XP (+ 98 and 3.1) on macOS, Windows, and Linux." } }