Appimage/ja: Difference between revisions

FuzzyBot (talk | contribs)
Updating to match new version of source page
Haruki7049 (talk | contribs)
Created page with "この方法では、AppImageファイルを通常のプログラムのように直接呼び出すことができます。"
 
(3 intermediate revisions by the same user not shown)
Line 64: Line 64:
</syntaxhighlight>
</syntaxhighlight>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Configuration"></span>
== Configuration ==
== 設定 ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Register_AppImage_files_as_a_binary_type_to_binfmt_misc"></span>
=== Register AppImage files as a binary type to binfmt_misc ===
=== AppImageファイルタイプをバイナリタイプとしてbinfmt_miscに登録する ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 76: Line 74:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
[https://nixos.org/manual/nixos/stable/release-notes#sec-release-24.05-new-services NixOS 24.05]からは、binfmtオプションがあります:
Since [https://nixos.org/manual/nixos/stable/release-notes#sec-release-24.05-new-services NixOS 24.05], there is a binfmt option:
</div>


<syntaxhighlight lang="nixos">
<syntaxhighlight lang="nixos">
Line 87: Line 83:
</syntaxhighlight>
</syntaxhighlight>


<div lang="en" dir="ltr" class="mw-content-ltr">
この方法では、AppImageファイルを通常のプログラムのように直接呼び出すことができます。
This way AppImage files can be invoked directly as if they were normal programs
</div>


[[Category:Software{{#translation:}}]]
[[Category:Software{{#translation:}}]]