Skip to content

Commit 0e503f4

Browse files
committed
fil to file
1 parent fc50377 commit 0e503f4

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/25_packaging_game

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/25_packaging_game/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ Whether you choose to use the manual platform-specific packaging steps or automa
484484
4. What is the advantage of using a tar.gz archive over zip file when distributing for macOS and Linux?
485485
486486
:::question-answer
487-
A tar.gz archive preserves Unix fil permissions, which is crucial for maintaining the executable permissions set on game files. Without these permissions, users would need to manually set execute permissions before running the game. ZIP files do not reliably preserve these Unix-specific permissions, which could prevent the game from running directly after extraction on macOS and Linux platforms.
487+
A tar.gz archive preserves Unix file permissions, which is crucial for maintaining the executable permissions set on game files. Without these permissions, users would need to manually set execute permissions before running the game. ZIP files do not reliably preserve these Unix-specific permissions, which could prevent the game from running directly after extraction on macOS and Linux platforms.
488488
:::
489489
490490
5. What is the purpose of creating a universal binary for macOS distributions?

0 commit comments

Comments
 (0)