Dmg ameliorate (#408)
* Add `dmg` background * Eyeball coordinates * Add dmg icon * Delete dmg-background.png * Change background * Change resources * Fix line break * 词典的命令行词条补充一些 * 屏蔽词典敏感词 词典场景代码简化(无需性能场景,更易读) * Update dict_en.lua (#410) I've personally never seen the game being referred to as Tetris Tour. In most places, including Tetris.com, it's referred to as Tetris Journey; TapTap once referred to it as Tetris Adventure. * 修复生成AI玩家时没刷新20G开关 * 再减少一点框架依赖 * 修改BGM模块的初始化log 简单统计启动第一帧各个阶段加载时间 * 修改更新历史和build号 * - Testing CI * - Change CI name * - Update badge * - Pass version number to fastlane * - Modify build number * - Try more dots * - Add send email support * - Give up using email to notify * - Only test macos * - Skip sign and notarize * - Change position * - Modify window size * - Slighty move icons * - Re-enables other stuffs Co-authored-by: MrZ626 <1046101471@qq.com> Co-authored-by: user670 <22617255+user670@users.noreply.github.com> Co-authored-by: ParticleG <particle_g@outlook.com>
This commit is contained in:
9
.github/actions/build-macos/action.yml
vendored
9
.github/actions/build-macos/action.yml
vendored
@@ -101,13 +101,14 @@ runs:
|
||||
brew install create-dmg
|
||||
create-dmg \
|
||||
--volname "Techmino for MacOS" \
|
||||
--volicon "./.github/build/macOS/icon.icns" \
|
||||
--volicon "./.github/build/macOS/Techminodisk.icns" \
|
||||
--window-pos 200 120 \
|
||||
--window-size 800 400 \
|
||||
--window-size 800 456 \
|
||||
--icon-size 100 \
|
||||
--icon "Techmino.app" 200 190 \
|
||||
--icon "Techmino.app" 239 203 \
|
||||
--background ".github/build/macOS/backgroundImage.tiff" \
|
||||
--hide-extension "Techmino.app" \
|
||||
--app-drop-link 600 185 \
|
||||
--app-drop-link 565 203 \
|
||||
"Techmino-macOS/Techmino-macOS.dmg" \
|
||||
"Techmino-macOS/Techmino.app/"
|
||||
- name: Codesign DMG
|
||||
|
||||
BIN
.github/build/macOS/Techminodisk.icns
vendored
Normal file
BIN
.github/build/macOS/Techminodisk.icns
vendored
Normal file
Binary file not shown.
BIN
.github/build/macOS/backgroundImage.tiff
vendored
Normal file
BIN
.github/build/macOS/backgroundImage.tiff
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user