Skip to content

ビルド時にデバッグ用のフォルダの削除#84

Merged
ayutaz merged 5 commits intodevelopfrom
fix/delete_backup_folder
Jan 24, 2025
Merged

ビルド時にデバッグ用のフォルダの削除#84
ayutaz merged 5 commits intodevelopfrom
fix/delete_backup_folder

Conversation

@ayutaz
Copy link
Contributor

@ayutaz ayutaz commented Jan 23, 2025

https://baba-s.hatenablog.com/entry/2022/02/08/090000
https://note.com/daiki_all/n/n84c9e470696e

その他

fix #85

既知の不具合

  • zipの中にzipフォルダが入っている
  • macのビルドが失敗している
    → 別のPRで対応

} else if (target == BuildTarget.StandaloneOSX)
{
// Macの場合:アプリケーションパッケージ内のパスを指定
foldersToDelete.Add(Path.Combine(outputPath, "Contents", "Resources",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macOSの場合もappと同じ階層にDontShitpItフォルダが出力されるのでプラットフォーム毎の区別は恐らく必要ないですよ

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この辺りのログにビルド時のファイルが出力されています。
https://github.com/MidraLab/uDesktopMascot/actions/runs/12929511103/job/36059038648#step:8:20490

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!

@ayutaz ayutaz merged commit 5e479ae into develop Jan 24, 2025
3 of 4 checks passed
@ayutaz ayutaz deleted the fix/delete_backup_folder branch January 24, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

手元ビルドで生成されたzipファイルがGitに引っかかる

2 participants