mirror of https://github.com/helix-editor/helix
deploy: 2bb0d52f3e
parent
08e43549d6
commit
d71f90dcf4
|
@ -311,10 +311,10 @@ use the following command to build the release binary and package it into a <cod
|
||||||
As long as you leave a <code>target/release/hx</code> file, it will get packaged with <code>cargo deb --no-build</code></p>
|
As long as you leave a <code>target/release/hx</code> file, it will get packaged with <code>cargo deb --no-build</code></p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>💡 Don't worry about the repeated</p>
|
<p>💡 Don't worry about the following:</p>
|
||||||
<pre><code>warning: Failed to find dependency specification
|
<pre><code>warning: Failed to find dependency specification
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>warnings. Cargo deb just reports which packaged files it didn't derive dependencies for. But
|
<p>Cargo deb just reports which packaged files it didn't derive dependencies for. But
|
||||||
so far the dependency deriving seams very good, even if some of the grammar files are skipped.</p>
|
so far the dependency deriving seams very good, even if some of the grammar files are skipped.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>You can find the resulted <code>.deb</code> in <code>target/debian/</code>. It should contain everything it needs, including the</p>
|
<p>You can find the resulted <code>.deb</code> in <code>target/debian/</code>. It should contain everything it needs, including the</p>
|
||||||
|
|
|
@ -456,10 +456,10 @@ use the following command to build the release binary and package it into a <cod
|
||||||
As long as you leave a <code>target/release/hx</code> file, it will get packaged with <code>cargo deb --no-build</code></p>
|
As long as you leave a <code>target/release/hx</code> file, it will get packaged with <code>cargo deb --no-build</code></p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>💡 Don't worry about the repeated</p>
|
<p>💡 Don't worry about the following:</p>
|
||||||
<pre><code>warning: Failed to find dependency specification
|
<pre><code>warning: Failed to find dependency specification
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>warnings. Cargo deb just reports which packaged files it didn't derive dependencies for. But
|
<p>Cargo deb just reports which packaged files it didn't derive dependencies for. But
|
||||||
so far the dependency deriving seams very good, even if some of the grammar files are skipped.</p>
|
so far the dependency deriving seams very good, even if some of the grammar files are skipped.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>You can find the resulted <code>.deb</code> in <code>target/debian/</code>. It should contain everything it needs, including the</p>
|
<p>You can find the resulted <code>.deb</code> in <code>target/debian/</code>. It should contain everything it needs, including the</p>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue