Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fantasy-map-generator: disable #178453

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions Casks/f/fantasy-map-generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
url "https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/current/fmg-darwin-arm64.zip",
verified: "github.com/Azgaar/Fantasy-Map-Generator/"

livecheck do
url :url
strategy :extract_plist
end

app "Azgaars_Fantasy_Map_Generator.app"
end
on_intel do
Expand All @@ -20,17 +15,15 @@
url "https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v#{version}/FMG-macos-x64.dmg",
verified: "github.com/Azgaar/Fantasy-Map-Generator/"

livecheck do
skip "Legacy version"
end

app "Azgaar's Fantasy Map Generator.app"
end

name "Azgaar's Fantasy Map Generator"
desc "Generate interactive and highly customizable maps"
homepage "https://azgaar.github.io/Fantasy-Map-Generator"

disable! date: "2024-07-03", because: :no_longer_available

zap trash: [
"~/Library/Application Support/azgaars-fantasy-map-generator-nativefier-2aab42",
"~/Library/Preferences/com.electron.nativefier.azgaars-fantasy-map-generator-nativefier-2aab42.plist",
Expand Down
Loading