From cbfbe15244b0c7d1f847bc9003b811e19f35f521 Mon Sep 17 00:00:00 2001 From: liyechen Date: Mon, 3 Jan 2022 17:56:37 +0800 Subject: [PATCH 1/2] update typo in Makefile comment --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9b019cf8..1d500f3a 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ $(TARGET)-universal: /usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_BINARY) /usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_BINARY)-proxy -app: $(APP_NAME)-native ## Create an Alacritty.app -app-universal: $(APP_NAME)-universal ## Create a universal Alacritty.app +app: $(APP_NAME)-native ## Create an Lapce.app +app-universal: $(APP_NAME)-universal ## Create a universal Lapce.app $(APP_NAME)-%: $(TARGET)-% @mkdir -p $(APP_BINARY_DIR) @mkdir -p $(APP_EXTRAS_DIR) @@ -50,8 +50,8 @@ $(APP_NAME)-%: $(TARGET)-% xattr -c $(APP_DIR)/$(APP_NAME)/Contents/Resources/lapce.icns /usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_DIR)/$(APP_NAME) -dmg: $(DMG_NAME)-native ## Create an Alacritty.dmg -dmg-universal: $(DMG_NAME)-universal ## Create a universal Alacritty.dmg +dmg: $(DMG_NAME)-native ## Create an Lapce.dmg +dmg-universal: $(DMG_NAME)-universal ## Create a universal Lapce.dmg $(DMG_NAME)-%: $(APP_NAME)-% @echo "Packing disk image..." @ln -sf /Applications $(DMG_DIR)/Applications @@ -71,4 +71,4 @@ $(INSTALL)-%: $(DMG_NAME)-% .PHONY: app binary clean dmg install $(TARGET) $(TARGET)-universal clean: ## Remove all build artifacts - @cargo clean \ No newline at end of file + @cargo clean From 1151d9d25d985368e63e8b54f0f513b5de37f0b9 Mon Sep 17 00:00:00 2001 From: liyechen Date: Wed, 5 Jan 2022 14:56:32 +0800 Subject: [PATCH 2/2] typo: change `an Lapce` to `a Lapce` --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1d500f3a..117282de 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ $(TARGET)-universal: /usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_BINARY) /usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_BINARY)-proxy -app: $(APP_NAME)-native ## Create an Lapce.app +app: $(APP_NAME)-native ## Create a Lapce.app app-universal: $(APP_NAME)-universal ## Create a universal Lapce.app $(APP_NAME)-%: $(TARGET)-% @mkdir -p $(APP_BINARY_DIR) @@ -50,7 +50,7 @@ $(APP_NAME)-%: $(TARGET)-% xattr -c $(APP_DIR)/$(APP_NAME)/Contents/Resources/lapce.icns /usr/bin/codesign -vvv --deep --strict --options=runtime --force -s FAC8FBEA99169DC1980731029648F110628D6A32 $(APP_DIR)/$(APP_NAME) -dmg: $(DMG_NAME)-native ## Create an Lapce.dmg +dmg: $(DMG_NAME)-native ## Create a Lapce.dmg dmg-universal: $(DMG_NAME)-universal ## Create a universal Lapce.dmg $(DMG_NAME)-%: $(APP_NAME)-% @echo "Packing disk image..."