mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Use org.alacritty instead of io.alacritty
The common naming is reverse DNS, and given that alacritty is using alacritty.org it makes more sense to use org.alacritty instead of old io.alacritty.
This commit is contained in:
parent
694a52bcff
commit
e09ff0b4b0
3 changed files with 5 additions and 3 deletions
|
@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
### Packaging
|
### Packaging
|
||||||
|
|
||||||
- Minimum Rust version has been bumped to 1.57.0
|
- Minimum Rust version has been bumped to 1.57.0
|
||||||
|
- Renamed `io.alacritty.Alacritty.appdata.xml` to `org.alacritty.Alacritty.appdata.xml`
|
||||||
|
- Renamed `io.alacritty` to `org.alacritty` for `Alacritty.app`
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2016-2019 Joe Wilm, The Alacritty Project Contributors -->
|
<!-- Copyright 2016-2022 Joe Wilm, The Alacritty Project Contributors -->
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>io.alacritty.Alacritty</id>
|
<id>org.alacritty.Alacritty</id>
|
||||||
<!-- Translators: The application name -->
|
<!-- Translators: The application name -->
|
||||||
<name>Alacritty</name>
|
<name>Alacritty</name>
|
||||||
<project_license>APACHE-2.0</project_license>
|
<project_license>APACHE-2.0</project_license>
|
|
@ -7,7 +7,7 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>alacritty</string>
|
<string>alacritty</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>io.alacritty</string>
|
<string>org.alacritty</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
|
|
Loading…
Reference in a new issue