fix: logo 右半部分从 CODING 改为 CODE
去掉难以正确渲染的 N 和 G 字母,右半部分简化为 CODE(4 字母), 与左半部分 AIR 组合为 AIR CODE。
This commit is contained in:
18
packages/desktop/resources/entitlements.plist
Normal file
18
packages/desktop/resources/entitlements.plist
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.security.cs.allow-jit</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.disable-executable-page-protection</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
<key>com.apple.security.device.audio-input</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
10
packages/desktop/resources/linux/opencode-desktop.desktop
Normal file
10
packages/desktop/resources/linux/opencode-desktop.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=OpenCode
|
||||
Exec=/opt/OpenCode/ai.opencode.desktop %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=ai.opencode.desktop
|
||||
StartupWMClass=ai.opencode.desktop
|
||||
NoDisplay=true
|
||||
Comment=Open source AI coding agent
|
||||
Categories=Development;
|
||||
Reference in New Issue
Block a user